[SCM] mate-backgrounds Debian package branch, master, updated. e5f331add360164899a2f058d5f3a5811cdc3202

Stefano Karapetsas stefanokarapetsas-guest at alioth.debian.org
Fri Oct 25 12:49:31 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-backgrounds.git;a=commitdiff;h=e5f331a

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

    Update control file and switch to debhelper instead of cdbs
---
 debian/compat  |    2 +-
 debian/control |   21 ++++++++++++---------
 debian/rules   |   12 ++++++++----
 3 files changed, 21 insertions(+), 14 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 bf9ec25..b1e0554 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,22 @@
 Source: mate-backgrounds
 Section: x11
 Priority: optional
-Maintainer: Stefano Karapetsas <stefano at karapetsas.com>
-Uploaders: Steve Zesch <stevezesch2 at gmail.com>
-Build-Depends: debhelper (>= 8),
-               cdbs,
+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
+               libglib2.0-dev,
 Build-Depends-Indep: intltool
-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-backgrounds.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-mate/mate-backgrounds.git
 
 Package: mate-backgrounds
 Architecture: all
 Depends: ${misc:Depends}
-Description: a set of backgrounds packaged with the MATE desktop
- This is a collection of desktop wallpapers created with MATE users in 
- mind.
+Description: Set of backgrounds packaged with the MATE Desktop Environment
+ The package mate-backgrounds provides a collection of desktop wallpapers
+ created with MATE users in mind.
diff --git a/debian/rules b/debian/rules
index bb388b0..30d0a9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,15 @@
 #!/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:
+	dh_install --list-missing
 
-DEB_CONFIGURE_SCRIPT := ./autogen.sh
+override_dh_auto_configure:
+	# upstream tarball is without configure. autogen.sh will create it
+	NOCONFIGURE=1 ./autogen.sh
+	dh_auto_configure
 
 get-orig-source:
 	uscan --noconf --force-download --rename --download-current-version --destdir=..

-- 
mate-backgrounds Debian package



More information about the pkg-mate-commits mailing list