diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/copyright | 10 | ||||
-rwxr-xr-x | debian/rules | 4 |
3 files changed, 15 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index f86e8b5..0782ee1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,20 @@ +live-helper (1.0~a5-1) unstable; urgency=low + + * New upstream release. + + -- Daniel Baumann <daniel@debian.org> Mon, 9 Apr 2007 00:00:00 +0200 + live-helper (1.0~a4-1) unstable; urgency=low * New upstream release. - -- Daniel Baumann <daniel@debian.org> Mon, 2 Apr 2007 00:00:00 +0100 + -- Daniel Baumann <daniel@debian.org> Mon, 2 Apr 2007 00:00:00 +0200 live-helper (1.0~a3-2) unstable; urgency=low * Fixed typo in maintainer scripts. - -- Daniel Baumann <daniel@debian.org> Mon, 26 Mar 2007 17:00:00 +0100 + -- Daniel Baumann <daniel@debian.org> Mon, 26 Mar 2007 17:00:00 +0200 live-helper (1.0~a3-1) unstable; urgency=low diff --git a/debian/copyright b/debian/copyright index 50489e4..0b55587 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Mon, 12 Mar 2007 00:00:00 +0100. It was downloaded from <http://debian-live.alioth.debian.org/>. -Upstream Author: Debian Live <debian-live-devel@lists.alioth.debian.org> +Upstream contact: Debian Live <debian-live-devel@lists.alioth.debian.org> License: @@ -28,10 +28,10 @@ can be found in /usr/share/common-licenses/GPL file. License (contrib/syslinux-splash/*, templates/syslinux/splash.rle): - The derivated splash for Debian Live was done by Daniel Baumann - <daniel@debian.org> from the original of Mark Riedesel. Daniels own - contribution to the derivated splash is hereby placed in the public - domain. + The splash for Debian Live was done by Daniel Baumann + <daniel@debian.org> based on the original work of Mark Riedesel. The + contribution of Daniel is hereby placed in the public domain (no rights + reserved). --------------- http://dugnet.com/klown/pics/klowner_debboot.png diff --git a/debian/rules b/debian/rules index 7bd258d..5ed04e6 100755 --- a/debian/rules +++ b/debian/rules @@ -5,8 +5,8 @@ upstream: # Needs: subversion - cd .. && svn co svn://svn.debian.org/debian-live/dists/trunk/live-helper || exit 0 - find . -type d -name .svn -exec rm -rf {} \; || exit 0 + cd .. && svn co svn://svn.debian.org/debian-live/dists/trunk/live-helper || true + find . -type d -name .svn | xargs rm -rf build: |