* Use "Architecture: all" in debian/control to support architectures grml0.9
authorMichael Prokop <mika@grml.org>
Sat, 11 Nov 2006 20:21:57 +0000 (21:21 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 11 Nov 2006 20:21:57 +0000 (21:21 +0100)
    not running on x86 as well.
  * Bumb Standard Version to 3.7.2 (no further changes).
  * Remove configure stuff in debian/rules.

debian/changelog
debian/control
debian/rules

index 21156fe..b89627d 100644 (file)
@@ -1,3 +1,12 @@
+grml-x (0.3-14) unstable; urgency=low
+
+  * Use "Architecture: all" in debian/control to support architectures
+    not running on x86 as well.
+  * Bumb Standard Version to 3.7.2 (no further changes).
+  * Remove configure stuff in debian/rules.
+
+ -- Michael Prokop <mika@grml.org>  Sat, 11 Nov 2006 21:21:23 +0100
+
 grml-x (0.3-13) unstable; urgency=low
 
   * Update /etc/X11/xorg.conf.vmware: use vmmouse.
index a4659e2..51424d1 100644 (file)
@@ -3,10 +3,10 @@ Section: grml
 Priority: optional
 Maintainer: Michael Prokop <mika@grml.org>
 Build-Depends: debhelper (>= 4.0.0)
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 
 Package: grml-x
-Architecture: any
+Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg | xserver, hwinfo, grml-etc (>= 0.5-20), zsh, pciutils, sudo, xbase-clients
 Recommends: fluxbox | x-window-manager, xterm | x-terminal-emulator, xfonts-base
 Suggests: xfonts-100dpi, xfonts-75dpi, fonts-ttf-west-european, xfonts-base-transcoded
index 37d047e..40263de 100755 (executable)
@@ -9,17 +9,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-configure: configure-stamp
-configure-stamp:
-       dh_testdir
-       # Add here commands to configure the package.
-
-       touch configure-stamp
-
-
 build: build-stamp
 
-build-stamp: configure-stamp
+build-stamp:
        dh_testdir
 
        # Add here commands to compile the package.
@@ -28,7 +20,7 @@ build-stamp: configure-stamp
 clean:
        dh_testdir
        dh_testroot
-       rm -f build-stamp configure-stamp
+       rm -f build-stamp
 
        # Add here commands to clean up after the build process.
        dh_clean
@@ -68,4 +60,4 @@ binary-arch: build install
        dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install