From ae7d2eaecc1da99f0aad38e2ed6101744f4c0b68 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 25 May 2008 01:36:56 +0200 Subject: [PATCH] Some minor cleanups in Debian packaging --- debian/changelog | 1 + debian/control | 4 ++-- debian/dirs | 1 - debian/rules | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4d998ea..1ea1ea9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ grml2usb (0.9.1) unstable; urgency=low * Fix problem with comment chars in /etc/fstab. Thanks for debugging and the patch to Robert Euhus! + * Some minor cleanups in Debian packaging. -- Michael Prokop Sun, 25 May 2008 01:29:30 +0200 diff --git a/debian/control b/debian/control index 60702b4..73a20ce 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: grml Priority: optional Maintainer: Michael Prokop Build-Depends: debhelper (>= 4.0.0) -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 Homepage: http://hg.grml.org/grml2usb/ XS-Vcs-hg: http://hg.grml.org/grml2usb/ XS-Vcs-Browser: http://hg.grml.org/grml2usb/ @@ -12,5 +12,5 @@ Package: grml2usb Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, syslinux, mtools Description: install grml-system to usb device - This script installs a grml-system (more precive: a grml-iso) to + This script installs a grml-system (more precise: a grml-ISO) to an usb device. diff --git a/debian/dirs b/debian/dirs index ca882bb..236670a 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,2 +1 @@ -usr/bin usr/sbin diff --git a/debian/rules b/debian/rules index 3b6a2d0..c65fea0 100755 --- a/debian/rules +++ b/debian/rules @@ -34,12 +34,12 @@ install: build # Add here commands to install the package into debian/grml2usb. install -m 755 grml2usb debian/grml2usb/usr/sbin/ -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - # Build architecture-dependent files here. binary-arch: build install +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build install dh_testdir dh_testroot dh_installchangelogs -- 2.1.4