From 782da921f85b6756f844bc64bcaa1804826ed23b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 10:04:37 +0200 Subject: Adding live-package 0.99.15-1. --- debian/changelog | 12 ++++++------ debian/compat | 2 +- debian/control | 6 +++--- debian/copyright | 6 +++--- debian/rules | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) (limited to 'debian') 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 Thu, 8 Mar 2007 10:55:00 +0100 + -- Daniel Baumann 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 Uploaders: Daniel Baumann , Marco Amadori -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: + Homepage: 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 on Mon, 17 Jul 2006 00:00:00 +0200. -It was downloaded from . +It was downloaded from . Copyright Holders: Daniel Baumann , Marco Amadori . License: - Copyright (C) 2006 Daniel Baumann - Copyright (C) 2006 Marco Amadori + Copyright (C) 2006-2007 Daniel Baumann + Copyright (C) 2006-2007 Marco Amadori 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: -- cgit v1.2.3