[Pkg-xfce-commits] r4588 - goodies/branches/experimental/xfce4-notifyd/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sat Nov 27 02:45:38 UTC 2010


Author: corsac
Date: 2010-11-27 14:45:38 +0000 (Sat, 27 Nov 2010)
New Revision: 4588

Modified:
   goodies/branches/experimental/xfce4-notifyd/debian/changelog
   goodies/branches/experimental/xfce4-notifyd/debian/rules
Log:
drop the overrides since we don't need to patch POTFILES.skip anymore.

Modified: goodies/branches/experimental/xfce4-notifyd/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-notifyd/debian/changelog	2010-11-27 14:44:18 UTC (rev 4587)
+++ goodies/branches/experimental/xfce4-notifyd/debian/changelog	2010-11-27 14:45:38 UTC (rev 4588)
@@ -10,13 +10,14 @@
     - pick {C,LD}FLAGS from dpkg-buildflags.
     - add -z,defs, --as-needed and -O1 to LDFLAGS.
     - add hardening flags to {C,LD}FLAGS
+    - drop the overrides since we don't need to patch POTFILES.skip anymore.
   * debian/patches:
     - 01_send-second-arg-notification-closed dropped, xfce4-notifyd has been
       ported to libnotify 0.4.5.
     - 02_add-spec-version-to-GetServerInformation dropped as well, included
       upstream.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sat, 27 Nov 2010 15:41:13 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Sat, 27 Nov 2010 15:45:06 +0100
 
 xfce4-notifyd (0.1.0-5) unstable; urgency=low
 

Modified: goodies/branches/experimental/xfce4-notifyd/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-notifyd/debian/rules	2010-11-27 14:44:18 UTC (rev 4587)
+++ goodies/branches/experimental/xfce4-notifyd/debian/rules	2010-11-27 14:45:38 UTC (rev 4588)
@@ -7,13 +7,5 @@
 LDFLAGS+=$(HARDENING_LDFLAGS) -Wl,-z,defs -Wl,--as-needed -Wl,-O1
 CFLAGS+=$(HARDENING_CFLAGS)
 
-override_dh_auto_configure:
-	dh_auto_configure -- --enable-maintainer-mode
-	find .pc -type f -name '*.c' -exec echo '{}' >> po/POTFILES.skip \;
-
-override_dh_auto_clean:
-	rm -f po/POTFILES.skip
-	dh_auto_clean
-
 %:
 	dh $@




More information about the Pkg-xfce-commits mailing list