diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:37 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:37 +0200 |
commit | 782da921f85b6756f844bc64bcaa1804826ed23b (patch) | |
tree | 688b8562e94d06ae94822c084369790895bc731f /debian | |
parent | f5e26be70004a382b440519a9e3f73778bf12e8d (diff) | |
download | vyos-live-build-782da921f85b6756f844bc64bcaa1804826ed23b.tar.gz vyos-live-build-782da921f85b6756f844bc64bcaa1804826ed23b.zip |
Adding live-package 0.99.15-1.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/copyright | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
5 files changed, 14 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog index 8350ce33c..fe1fc3442 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -live-package (0.99.14-4) testing; urgency=medium +live-package (0.99.15-1) unstable; urgency=low - * 02defaults.sh: Updated kernel flavours to match etch. - * 14chroot.sh: Removed xorg hack, not needed in etch. - * 14chroot.sh: Fixed misspelling of aptitude. - * main.sh: Updated release codenames to match etch. + * New upstream release: + - switched default distribution back to unstable, as unstable is usable + again from the kernel point of view (Closes: #400457). + - added file to the minimal package list (Closes: #400485). - -- Daniel Baumann <daniel@debian.org> Thu, 8 Mar 2007 10:55:00 +0100 + -- Daniel Baumann <daniel@debian.org> Tue, 16 Jan 2007 21:24:00 +0100 live-package (0.99.14-3) unstable; urgency=high diff --git a/debian/compat b/debian/compat index b8626c4cf..7ed6ff82d 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +5 diff --git a/debian/control b/debian/control index 7beaed033..4afdd985b 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,12 @@ Section: misc Priority: optional Maintainer: Debian Live <debian-live-devel@lists.alioth.debian.org> Uploaders: Daniel Baumann <daniel@debian.org>, Marco Amadori <marco.amadori@gmail.com> -Build-Depends: debhelper (>= 4) +Build-Depends: debhelper (>= 5) Standards-Version: 3.7.2 Package: live-package Architecture: all -Depends: cdebootstrap (>= 0.3.15), genext2fs, mkisofs, squashfs-tools +Depends: cdebootstrap, genext2fs, genisoimage, squashfs-tools Provides: make-live Description: utility to build Debian Live systems make-live is a utility to build Debian Live systems. It takes a Debian mirror @@ -16,4 +16,4 @@ Description: utility to build Debian Live systems tarball for netboot). make-live is still in the early stage of development, but has basic functionality and can be run successfully. . - Homepage: <http://live.debian.net/> + Homepage: <http://debian-live.alioth.debian.org/> diff --git a/debian/copyright b/debian/copyright index 17cbf0890..d09200b06 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,15 +1,15 @@ This package was debianized by Daniel Baumann <daniel@debian.org> on Mon, 17 Jul 2006 00:00:00 +0200. -It was downloaded from <http://live.debian.net/>. +It was downloaded from <http://debian-live.alioth.debian.org/>. Copyright Holders: Daniel Baumann <daniel@debian.org>, Marco Amadori <marco.amadori@gmail.com>. License: - Copyright (C) 2006 Daniel Baumann <daniel@debian.org> - Copyright (C) 2006 Marco Amadori <marco.amadori@gmail.com> + Copyright (C) 2006-2007 Daniel Baumann <daniel@debian.org> + Copyright (C) 2006-2007 Marco Amadori <marco.amadori@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/debian/rules b/debian/rules index 1517afeb0..d2e32d59e 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ #export DH_VERBOSE=1 upstream: # Needs svn - cd .. && svn co svn://live.debian.net/live-package || exit 0 + cd .. && svn co svn://svn.debian.org/debian-live/dists/trunk/live-package || exit 0 find . -type d -name .svn -exec rm -rf {} \; || exit 0 build: |