diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/changelog.live-package (renamed from debian/changelog.old) | 0 | ||||
-rwxr-xr-x | debian/rules | 4 |
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index d9ac447..d682a1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +live-helper (1.0~a11-1) unstable; urgency=medium + + * New upstream release. + + -- Daniel Baumann <daniel@debian.org> Mon, 21 May 2007 00:00:00 +0200 + live-helper (1.0~a10-1) unstable; urgency=medium * New upstream release: diff --git a/debian/changelog.old b/debian/changelog.live-package index 907eb05..907eb05 100644 --- a/debian/changelog.old +++ b/debian/changelog.live-package diff --git a/debian/rules b/debian/rules index a635706..3946bc2 100755 --- a/debian/rules +++ b/debian/rules @@ -25,14 +25,14 @@ install: build # Installing package $(MAKE) install DESTDIR=$(CURDIR)/debian/live-helper - install -D -m 0644 debian/changelog.old debian/live-helper/usr/share/doc/live-helper/changelog.Debian.old + install -D -m 0644 debian/changelog.live-package debian/live-helper/usr/share/doc/live-helper/changelog.Debian.live-package install -D -m 0644 debian/default debian/live-helper/etc/default/live-helper # Removing double files rm -f debian/live-helper/usr/share/doc/live-helper/COPYING rm -f debian/live-helper/usr/share/doc/live-helper/ChangeLog - mv debian/live-helper/usr/share/doc/live-helper/ChangeLog.old debian/live-helper/usr/share/doc/live-helper/changelog.old + mv debian/live-helper/usr/share/doc/live-helper/ChangeLog.live-package debian/live-helper/usr/share/doc/live-helper/changelog.live-package binary-arch: build install |