summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 14:46:40 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:05 +0100
commit833abaa35c3a77075dd57f3f1a3633d79109a5b4 (patch)
tree7ff85c4f46c17b2045a8b042d341220e9574ecac /debian
parentf92e88f44e35a6e103b607a06d9fe69b9c20a53d (diff)
downloadlive-boot-833abaa35c3a77075dd57f3f1a3633d79109a5b4.tar.gz
live-boot-833abaa35c3a77075dd57f3f1a3633d79109a5b4.zip
Adding live-initramfs 1.91.6-1.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control4
-rw-r--r--debian/copyright24
-rwxr-xr-xdebian/rules51
4 files changed, 23 insertions, 62 deletions
diff --git a/debian/changelog b/debian/changelog
index 17adc0b..6ca89ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+live-initramfs (1.91.6-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Daniel Baumann <daniel@debian.org> Mon, 23 Jul 2007 00:00:00 +0200
+
live-initramfs (1.91.5-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index 1d3d3cd..bb6fef5 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,8 @@ XS-Vcs-Svn: svn://svn.debian.org/debian-live/dists/trunk/live-initramfs/
XS-VCS-Browse: http://svn.debian.org/wsvn/debian-live/dists/trunk/live-initramfs/
Package: live-initramfs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, file, initramfs-tools, sudo, user-setup
+Architecture: all
+Depends: ${misc:Depends}, file, initramfs-tools, sudo, user-setup
Recommends: eject, live-initscripts
Suggests: genext2fs, squashfs-tools
Conflicts: casper
diff --git a/debian/copyright b/debian/copyright
index 792ac76..e5c0890 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -36,29 +36,5 @@ License:
On Debian systems, the complete text of the GNU General Public License
can be found in /usr/share/common-licenses/GPL-2 file.
-License (live-md5check/md5.c, live-md5check/md5,h):
-
- Copyright (C) 1999-2002 Aladdin Enterprises
- All rights reserved.
-
- This software is provided 'as-is', without any express or implied
- warranty. In no event will the authors be held liable for any damages
- arising from the use of this software.
-
- Permission is granted to anyone to use this software for any purpose,
- including commercial applications, and to alter it and redistribute it
- freely, subject to the following restrictions:
-
- 1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software in
- a product, an acknowledgment in the product documentation would be
- appreciated but is not required.
-
- 2. Altered source versions must be plainly marked as such, and must not
- be misrepresented as being the original software.
-
- 3. This notice may not be removed or altered from any source
- distribution.
-
The Debian packaging is (C) 2007, Daniel Baumann <daniel@debian.org> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/rules b/debian/rules
index 0e8bbc7..b1801be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,14 +3,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
-
upstream:
# Needs: subversion
cd .. && svn co svn://svn.debian.org/debian-live/dists/trunk/live-initramfs || true
@@ -21,7 +13,7 @@ build-stamp:
dh_testdir
# Building package
- CFLAGS="$(CFLAGS)" $(MAKE)
+ $(MAKE)
touch build-stamp
@@ -49,34 +41,21 @@ install: build
rm -f debian/live-initramfs/usr/share/doc/live-initramfs/ChangeLog
mv debian/live-initramfs/usr/share/doc/live-initramfs/ChangeLog.casper debian/live-initramfs/usr/share/doc/live-initramfs/changelog.casper
-binary-indep: build install
- dh_testdir -i
- dh_testroot -i
- dh_installchangelogs -i docs/ChangeLog
- dh_installdocs -i
- dh_install -i
- dh_compress -i
- dh_fixperms -i
- dh_installdeb -i
- dh_gencontrol -i
- dh_md5sums -i
- dh_builddeb -i
-
binary-arch: build install
- dh_testdir -a
- dh_testroot -a
- dh_installchangelogs -a docs/ChangeLog
- dh_installdocs -a
- dh_install -a
- dh_installinit -a --no-restart-on-upgrade --no-start -- start 89 0 6 .
- dh_strip -a
- dh_compress -a
- dh_fixperms -a
- dh_installdeb -a
- dh_shlibdeps -a
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
+
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs docs/ChangeLog
+ dh_installdocs
+ dh_install
+ dh_installinit --no-restart-on-upgrade --no-start -- start 89 0 6 .
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install