diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:49 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:18:29 +0100 |
commit | 1863ed88740575342008ac5f694d03e944bcece2 (patch) | |
tree | 58272f72528cedb7af31ee6e6c2c0f7fbd602160 /debian | |
parent | da353a5231ad925013d01065768864307c70651a (diff) | |
download | vyos-live-build-1863ed88740575342008ac5f694d03e944bcece2.tar.gz vyos-live-build-1863ed88740575342008ac5f694d03e944bcece2.zip |
Adding live-helper 1.0~a5-1.
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 f86e8b53c..0782ee1ce 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 50489e402..0b55587bf 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 7bd258dce..5ed04e642 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: |