From: Michael Prokop Date: Sat, 14 Feb 2009 16:44:58 +0000 (+0100) Subject: Cleanup of debian/ X-Git-Tag: v0.2.2^0 X-Git-Url: https://git.grml.org/?p=grml-desktop.git;a=commitdiff_plain;h=20b691277cbb5a6ab2c927127ce889c38f96902e Cleanup of debian/ --- diff --git a/debian/changelog b/debian/changelog index 4d2ccbd..43aaecb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ grml-desktop (0.2.2) unstable; urgency=low * /etc/skel/.pekwm/menu: replace /etc/X11/pekwm/deb-menu with /etc/pekwm/debian-menu. [Closes: issue438] + * Replace XS-VCS* headers with VCS*. + * Completely drop configure stuff from debian/rules. - -- Michael Prokop Sat, 14 Feb 2009 17:38:26 +0100 + -- Michael Prokop Sat, 14 Feb 2009 17:43:40 +0100 grml-desktop (0.2.1) unstable; urgency=low diff --git a/debian/control b/debian/control index 0c95043..c5e9337 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Maintainer: Michael Prokop Build-Depends: debhelper (>= 5) Standards-Version: 3.8.0 Homepage: http://git.grml.org/?p=grml-desktop.git -XS-Vcs-git: git://git.grml.org/grml-desktop.git -XS-Vcs-Browser: http://git.grml.org/?p=grml-desktop.git +Vcs-git: git://git.grml.org/grml-desktop.git +Vcs-Browser: http://git.grml.org/?p=grml-desktop.git Package: grml-desktop Architecture: all diff --git a/debian/rules b/debian/rules index 1f4ab73..d0f048c 100755 --- a/debian/rules +++ b/debian/rules @@ -9,13 +9,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -configure-stamp: - dh_testdir - touch configure-stamp - build: build-stamp -build-stamp: configure-stamp +build-stamp: dh_testdir touch $@