Some minor cleanups in Debian packaging
authorMichael Prokop <devnull@localhost>
Sat, 24 May 2008 23:36:56 +0000 (01:36 +0200)
committerMichael Prokop <devnull@localhost>
Sat, 24 May 2008 23:36:56 +0000 (01:36 +0200)
debian/changelog
debian/control
debian/dirs
debian/rules

index 4d998ea..1ea1ea9 100644 (file)
@@ -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!
 
   * 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 <mika@grml.org>  Sun, 25 May 2008 01:29:30 +0200
 
 
  -- Michael Prokop <mika@grml.org>  Sun, 25 May 2008 01:29:30 +0200
 
index 60702b4..73a20ce 100644 (file)
@@ -3,7 +3,7 @@ Section: grml
 Priority: optional
 Maintainer: Michael Prokop <mika@grml.org>
 Build-Depends: debhelper (>= 4.0.0)
 Priority: optional
 Maintainer: Michael Prokop <mika@grml.org>
 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/
 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
 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.
  an usb device.
index ca882bb..236670a 100644 (file)
@@ -1,2 +1 @@
-usr/bin
 usr/sbin
 usr/sbin
index 3b6a2d0..c65fea0 100755 (executable)
@@ -34,12 +34,12 @@ install: build
        # Add here commands to install the package into debian/grml2usb.
        install -m 755 grml2usb debian/grml2usb/usr/sbin/
 
        # 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
 # 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 
        dh_testdir
        dh_testroot
        dh_installchangelogs