From: Michael Prokop Date: Sat, 11 Nov 2006 20:21:57 +0000 (+0100) Subject: * Use "Architecture: all" in debian/control to support architectures X-Git-Tag: grml0.9 X-Git-Url: http://git.grml.org/?p=grml-x.git;a=commitdiff_plain;h=8e75e2d898a3b5aa46374b473a5227f0f016318d * 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. --- diff --git a/debian/changelog b/debian/changelog index 21156fe..b89627d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 11 Nov 2006 21:21:23 +0100 + grml-x (0.3-13) unstable; urgency=low * Update /etc/X11/xorg.conf.vmware: use vmmouse. diff --git a/debian/control b/debian/control index a4659e2..51424d1 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,10 @@ Section: grml Priority: optional Maintainer: Michael Prokop 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 diff --git a/debian/rules b/debian/rules index 37d047e..40263de 100755 --- a/debian/rules +++ b/debian/rules @@ -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