[Pkg-xfce-commits] r7000 - goodies/trunk/xfce4-notifyd/debian

Yves-Alexis Perez corsac at alioth.debian.org
Tue May 15 09:02:22 UTC 2012


Author: corsac
Date: 2012-05-15 21:02:21 +0000 (Tue, 15 May 2012)
New Revision: 7000

Modified:
   goodies/trunk/xfce4-notifyd/debian/changelog
   goodies/trunk/xfce4-notifyd/debian/control
   goodies/trunk/xfce4-notifyd/debian/rules
Log:
  - build with --parallel.
  - update standards version to 3.9.3.

Modified: goodies/trunk/xfce4-notifyd/debian/changelog
===================================================================
--- goodies/trunk/xfce4-notifyd/debian/changelog	2012-05-15 21:01:46 UTC (rev 6999)
+++ goodies/trunk/xfce4-notifyd/debian/changelog	2012-05-15 21:02:21 UTC (rev 7000)
@@ -5,11 +5,13 @@
       dismiss notifications when clicked.                       closes: #672646
   * debian/rules:
     - use dpkg-dev 1.16.1 and debhelper 9 hardening support.
+    - build with --parallel.
   * debian/compat bumped to 9.
   * debian/control:
     - update debhelper build-dep to 9.
     - add dpkg-dev 1.16.1 build-dep.
     - drop hardening-includes build-dep.
+    - update standards version to 3.9.3.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Tue, 15 May 2012 22:59:31 +0200
 

Modified: goodies/trunk/xfce4-notifyd/debian/control
===================================================================
--- goodies/trunk/xfce4-notifyd/debian/control	2012-05-15 21:01:46 UTC (rev 6999)
+++ goodies/trunk/xfce4-notifyd/debian/control	2012-05-15 21:02:21 UTC (rev 7000)
@@ -7,12 +7,11 @@
 Build-Depends: debhelper (>= 9), intltool, dpkg-dev (>= 1.16.1),
  libxfce4ui-1-dev, libxfce4util-dev (>= 4.8.0), libdbus-1-dev,
  libdbus-glib-1-dev, exo-utils, libxfconf-0-dev (>= 4.8.0)
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://spuriousinterrupt.org/projects/xfce4-notifyd
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-notifyd/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-notifyd/
 
-
 Package: xfce4-notifyd
 Section: xfce
 Architecture: any

Modified: goodies/trunk/xfce4-notifyd/debian/rules
===================================================================
--- goodies/trunk/xfce4-notifyd/debian/rules	2012-05-15 21:01:46 UTC (rev 6999)
+++ goodies/trunk/xfce4-notifyd/debian/rules	2012-05-15 21:02:21 UTC (rev 7000)
@@ -4,4 +4,4 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
 
 %:
-	dh $@
+	dh $@ --parallel




More information about the Pkg-xfce-commits mailing list