mirror of
https://github.com/darlinghq/darling-libkqueue.git
synced 2024-11-23 03:39:51 +00:00
rel 7.0 #2
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@247 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
This commit is contained in:
parent
e4f42b117b
commit
dbfe4a8073
@ -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'
|
||||
|
1
Makefile
1
Makefile
@ -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"
|
||||
|
@ -1,4 +1,4 @@
|
||||
libkqueue (0.6-1) unstable; urgency=low
|
||||
libkqueue (@@VERSION@@-1) unstable; urgency=low
|
||||
|
||||
* Initial release (Closes: #576317)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user