Cleanup of debian/ v0.2.2
authorMichael Prokop <mika@grml.org>
Sat, 14 Feb 2009 16:44:58 +0000 (17:44 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 14 Feb 2009 16:44:58 +0000 (17:44 +0100)
debian/changelog
debian/control
debian/rules

index 4d2ccbd..43aaecb 100644 (file)
@@ -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 <mika@grml.org>  Sat, 14 Feb 2009 17:38:26 +0100
+ -- Michael Prokop <mika@grml.org>  Sat, 14 Feb 2009 17:43:40 +0100
 
 grml-desktop (0.2.1) unstable; urgency=low
 
index 0c95043..c5e9337 100644 (file)
@@ -5,8 +5,8 @@ Maintainer: Michael Prokop <mika@grml.org>
 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
index 1f4ab73..d0f048c 100755 (executable)
@@ -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 $@