git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@247 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
This commit is contained in:
mheily 2010-06-09 03:41:18 +00:00
parent e4f42b117b
commit dbfe4a8073
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
2010-06-08 v0.7 r244
2010-06-08 v0.7 r247
------------------------------------------------------------------------
* Add Debian packaging to the ports/ directory and improve the 'make deb'

View File

@ -127,6 +127,7 @@ deb: clean $(DISTFILE)
tar zxf ../$(DISTFILE) ; \
cp ../$(DISTFILE) $(PROGRAM)_$(VERSION).orig.tar.gz ; \
cp -R ../ports/debian $(PROGRAM)-$(VERSION) ; \
perl -pi -e 's/\@\@VERSION\@\@/$(VERSION)/' $(PROGRAM)-$(VERSION)/debian/changelog ; \
cd $(PROGRAM)-$(VERSION) && dpkg-buildpackage -uc -us
lintian -i pkg/*.deb
@printf "\nThe following packages have been created:\n"

View File

@ -1,4 +1,4 @@
libkqueue (0.6-1) unstable; urgency=low
libkqueue (@@VERSION@@-1) unstable; urgency=low
* Initial release (Closes: #576317)