Update to Standards-Version 3.9.2
authorChristian Hofstaedtler <ch@grml.org>
Thu, 13 Oct 2011 19:52:58 +0000 (21:52 +0200)
committerChristian Hofstaedtler <ch@grml.org>
Thu, 13 Oct 2011 19:52:58 +0000 (21:52 +0200)
debian/compat
debian/control
debian/rules
debian/source/format [new file with mode: 0644]

index 7ed6ff8..45a4fb7 100644 (file)
@@ -1 +1 @@
-5
+8
index 2e68891..95565b6 100644 (file)
@@ -2,9 +2,9 @@ Source: grml-x
 Section: grml
 Priority: optional
 Maintainer: Michael Prokop <mika@grml.org>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: asciidoc, xsltproc, docbook-xsl
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://git.grml.org/?p=grml-x.git
 Vcs-git: git://git.grml.org/grml-x.git
 Vcs-Browser: http://git.grml.org/?p=grml-x.git
@@ -16,7 +16,6 @@ Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg | xserver, sudo, x11-xkb-utils, x11-xserver-utils, xauth, xinit, python2.6
 Recommends: fluxbox | x-window-manager, x11-utils, xcursor-themes, xfonts-base, xserver-xorg-input-all, xserver-xorg-input-kbd, xserver-xorg-input-vmmouse, xserver-xorg-video-all, xterm | x-terminal-emulator, grml-etc-core
 Suggests: xfonts-100dpi, xfonts-75dpi, fonts-ttf-west-european, xfonts-base-transcoded
-Conflicts: grml-scripts (<= 0.4-4)
 Description: wrapper for startx for running X Window System
  grml-x generates a configuration for X server, supporting
  several options and using a hardware recognition system.
index 3b48066..0b317d2 100755 (executable)
@@ -30,7 +30,7 @@ clean:
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_installdirs etc/X11 usr/bin usr/share/grml
 
        # Add here commands to install the package into debian/grml-x.
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..89ae9db
--- /dev/null
@@ -0,0 +1 @@
+3.0 (native)