[Pkg-xfce-commits] r5063 - goodies/branches/experimental/xfce4-hdaps/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sun Feb 27 01:45:45 UTC 2011


Author: corsac
Date: 2011-02-27 13:45:42 +0000 (Sun, 27 Feb 2011)
New Revision: 5063

Modified:
   goodies/branches/experimental/xfce4-hdaps/debian/changelog
   goodies/branches/experimental/xfce4-hdaps/debian/rules
Log:
* debian/rules:
  - switch to tiny rules from dh 7.

Modified: goodies/branches/experimental/xfce4-hdaps/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-hdaps/debian/changelog	2011-02-27 13:43:51 UTC (rev 5062)
+++ goodies/branches/experimental/xfce4-hdaps/debian/changelog	2011-02-27 13:45:42 UTC (rev 5063)
@@ -9,8 +9,10 @@
 
   [ Yves-Alexis Perez ]
   * New upstream release.
+  * debian/rules:
+    - switch to tiny rules from dh 7.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 27 Feb 2011 14:43:40 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 27 Feb 2011 14:45:18 +0100
 
 xfce4-hdaps (0.0.5-2) unstable; urgency=low
 

Modified: goodies/branches/experimental/xfce4-hdaps/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-hdaps/debian/rules	2011-02-27 13:43:51 UTC (rev 5062)
+++ goodies/branches/experimental/xfce4-hdaps/debian/rules	2011-02-27 13:45:42 UTC (rev 5063)
@@ -1,29 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build --before dh_auto_configure
-	dh_auto_configure -- --libexec=/usr/lib LDFLAGS="-Wl,-z,defs -Wl,--as-needed"
-	# Don't run tests for now, they fail but the plugin works fine.
-	dh build --before dh_auto_test
-	dh build --after dh_auto_test
-	touch $@
-
-clean:
-	dh clean
-
-install: build
-	dh install
-	# upstream installs ${prefix}/share/locale, but has no translations yet
-	# lintian says "package-contains-empty-directory", so let's remove it
-	find $(CURDIR)/debian/xfce4-hdaps -type d -empty -delete
-
-binary-arch: install
-	dh binary-arch
-
-binary-indep: install
-	dh binary-indep
-
-binary: binary-arch binary-indep
-
-.PHONY: build clean install binary binary-arch binary-indep
+%:
+	dh $@




More information about the Pkg-xfce-commits mailing list