From dbfe4a80733942369a82d1f28be1112d7868e3da Mon Sep 17 00:00:00 2001 From: mheily Date: Wed, 9 Jun 2010 03:41:18 +0000 Subject: [PATCH] rel 7.0 #2 git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@247 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7 --- ChangeLog | 2 +- Makefile | 1 + ports/debian/changelog | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index edf0356..8f8300c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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' diff --git a/Makefile b/Makefile index 9aff7ef..24bf6f2 100644 --- a/Makefile +++ b/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" diff --git a/ports/debian/changelog b/ports/debian/changelog index 07a4707..6ab7706 100644 --- a/ports/debian/changelog +++ b/ports/debian/changelog @@ -1,4 +1,4 @@ -libkqueue (0.6-1) unstable; urgency=low +libkqueue (@@VERSION@@-1) unstable; urgency=low * Initial release (Closes: #576317)