From fb35af8aa207ef5377022028d9e2b497445fb349 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 10:04:21 +0200 Subject: Adding live-package 0.99.3-1. --- debian/changelog | 8 ++++++++ debian/control | 10 +++++++--- debian/docs | 1 + debian/rules | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index fe994d063..83d719cc3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +live-package (0.99.3-1) unstable; urgency=low + + * New upstream release: + - fixed configuration file handling (Closes: #384598). + * Update long descriptiong (Closes: #382473). + + -- Daniel Baumann Mon, 21 Aug 2006 00:00:00 +0200 + live-package (0.99.2-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 5859b9708..57d0de73d 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,11 @@ Standards-Version: 3.7.2 Package: live-package Architecture: all -Depends: cdebootstrap (>= 0.3.10) | debootstrap (>= 3.3), dpkg-dev, genext2fs, mkisofs, squashfs-tools +Depends: cdebootstrap (>= 0.3.10), dpkg-dev, genext2fs, mkisofs, squashfs-tools Provides: make-live -Description: Debian Live framework - The Debian Live framework lets you automagically create live system images. +Description: utility to build Debian Live systems + The Debian Live framework provides all necessary tools to create Debian Live + systems. make-live is the utility used to automagically build CD/DVD images and + netboot tarballs. + . + Homepage: diff --git a/debian/docs b/debian/docs index 62deb0497..7d96d4e7e 100644 --- a/debian/docs +++ b/debian/docs @@ -1 +1,2 @@ AUTHORS +TODO diff --git a/debian/rules b/debian/rules index e47f52059..1517afeb0 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -upstream: +upstream: # Needs svn cd .. && svn co svn://live.debian.net/live-package || exit 0 find . -type d -name .svn -exec rm -rf {} \; || exit 0 -- cgit v1.2.3