[SCM] mate-notification-daemon Debian package branch, master, updated. f46e3c8b1848a64dd5f15a6a8b24b9d87bd23a08

Stefano Karapetsas stefanokarapetsas-guest at alioth.debian.org
Thu Oct 24 23:16:24 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-notification-daemon.git;a=commitdiff;h=f46e3c8

The following commit has been merged in the master branch:
commit f46e3c8b1848a64dd5f15a6a8b24b9d87bd23a08
Author: Stefano Karapetsas <stefano at karapetsas.com>
Date:   Fri Oct 25 01:16:01 2013 +0200

    Update control file, switch to debhelper
---
 debian/compat  |    2 +-
 debian/control |   23 +++++++++++++----------
 debian/rules   |   19 ++++++++++---------
 3 files changed, 24 insertions(+), 20 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index f9fce9f..25a8145 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,12 @@
 Source: mate-notification-daemon
 Section: x11
 Priority: optional
-Maintainer: Stefano Karapetsas <stefano at karapetsas.com>
-Uploaders: Steve Zesch <stevezesch2 at gmail.com>
-Build-Depends: cdbs,
-               debhelper (>= 8),
+Maintainer: MATE Packaging Team <pkg-mate-team at lists.alioth.debian.org>
+Uploaders: John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>,
+           Stefano Karapetsas <stefano at karapetsas.com>,
+           Mike Gabriel <sunweaver at debian.org>,
+Build-Depends: debhelper (>= 9),
+               mate-common,
                libglib2.0-dev,
                libx11-dev,
                libgtk2.0-dev,
@@ -14,16 +16,17 @@ Build-Depends: cdbs,
                libcanberra-gtk-dev,
                libnotify-dev,
                intltool,
-               mate-common
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://www.mate-desktop.org/
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/mate-notification-daemon.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-mate/mate-notification-daemon.git
 
 Package: mate-notification-daemon
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
 Provides: notification-daemon
-Description: daemon to displays passive pop-up notifications
+Description: Daemon to displays passive pop-up notifications
  mate-notification-daemon displays passive pop-up notifications, as per
  the Desktop Notifications Specification.
  .
@@ -39,8 +42,8 @@ Section: debug
 Priority: extra
 Architecture: any
 Depends: ${misc:Depends},
-         mate-notification-daemon (= ${binary:Version})
-Description: daemon to display passive pop-up notifications (debugging symbols)
+         mate-notification-daemon (= ${binary:Version}),
+Description: Daemon to display passive pop-up notifications (debugging symbols)
  This package contains debugging symbols for the mate-notification-daemon
  package. It is provided to help debugging problems in the daemon. The
  debugging symbols are installed in /usr/lib/debug and will automatically be
diff --git a/debian/rules b/debian/rules
index c5b8f42..3cba3f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,17 +1,18 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
+%:
+	dh $@
 
-DEB_DH_INSTALL_ARGS += --list-missing
+override_dh_install:
+	rm -rfv debian/tmp/usr/lib/mate-notification-daemon/engines/*.la
+	dh_install --list-missing
 
-DEB_CONFIGURE_SCRIPT := ./autogen.sh
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		--libexecdir=/usr/lib/mate-notification-daemon
 
-DEB_CONFIGURE_EXTRA_FLAGS += --disable-static \
-							--libexecdir=/usr/lib/mate-notification-daemon
-
-binary-install/mate-notification-daemon::
-	rm -rf debian/mate-notification-daemon/usr/lib/mate-notification-daemon/engines/*.la
+override_dh_strip:
+	dh_strip --dbg-package=mate-notification-dbg
 
 get-orig-source:
 	uscan --noconf --force-download --rename --download-current-version --destdir=..

-- 
mate-notification-daemon Debian package



More information about the pkg-mate-commits mailing list