summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:04:21 +0200
committerDaniel Baumann <daniel@debian.org>2007-09-23 10:04:21 +0200
commitfb35af8aa207ef5377022028d9e2b497445fb349 (patch)
treee928737e9e000d1f2509395f58f04465c17794c5 /debian
parent18e4f460bf1c115c62ea9aebb56d75d486322531 (diff)
downloadvyos-live-build-fb35af8aa207ef5377022028d9e2b497445fb349.tar.gz
vyos-live-build-fb35af8aa207ef5377022028d9e2b497445fb349.zip
Adding live-package 0.99.3-1.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control10
-rw-r--r--debian/docs1
-rwxr-xr-xdebian/rules2
4 files changed, 17 insertions, 4 deletions
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 <daniel@debian.org> 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: <http://live.debian.net/>
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