[SCM] vdr-plugin-text2skin packaging repository branch, master, updated. debian/1.3.2+git20120506-1-1-g1f6b562

etobi git at e-tobi.net
Sat Mar 16 17:47:27 UTC 2013


The following commit has been merged in the master branch:
commit 1f6b5622075dd8cd66db58799af8a40bc9e4dd4f
Author: etobi <git at e-tobi.net>
Date:   Sat Mar 16 18:44:49 2013 +0100

    * Standards-Version: 3.9.4
    * Build-depend in vdr-dev (>= 1.7.40)
    * Use debhelper 9

diff --git a/debian/changelog b/debian/changelog
index e061f70..6683649 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+vdr-plugin-text2skin (1.3.2+git20120506-2) UNRELEASED; urgency=low
+
+  * Standards-Version: 3.9.4
+  * Build-depend in vdr-dev (>= 1.7.40)
+  * Use debhelper 9
+
+ -- Tobias Grimm <etobi at debian.org>  Sat, 16 Mar 2013 18:43:08 +0100
+
 vdr-plugin-text2skin (1.3.2+git20120506-1) experimental; urgency=low
 
   * New Upstream Snapshot (commit 421d737)
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index d271ef9..a44620f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: video
 Priority: extra
 Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
 Uploaders: Thomas Günther <tom at toms-cafe.de>, Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <etobi at debian.org>
-Build-Depends: debhelper (>= 5), cdbs, vdr-dev (>= 1.6.0-5), pkg-config, libmagick++9-dev | libmagick++-dev, gettext
-Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.40), pkg-config, libmagick++9-dev | libmagick++-dev, gettext
+Standards-Version: 3.9.4
 Homepage: http://projects.vdr-developer.org/projects/show/plg-text2skin
 Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-text2skin.git
 Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr-plugin-text2skin.git
diff --git a/debian/install b/debian/install
index eba7fa7..8204296 100644
--- a/debian/install
+++ b/debian/install
@@ -1,2 +1,2 @@
 libvdr-text2skin.so.*           usr/lib/vdr/plugins/
-debian/tmp/usr/share/locale
+locale                          usr/share/
diff --git a/debian/rules b/debian/rules
index af3bfcd..d1a2014 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,21 +1,21 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
 
-DEB_INSTALL_CHANGELOGS_ALL = HISTORY
+MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale STRIP=/bin/true
+CXXFLAGS += -fPIC $(LDFLAGS) $(CPPFLAGS)
 
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. \
-               LOCALEDIR=debian/tmp/usr/share/locale
+%:
+	dh $@
 
-common-build-arch::
-	$(MAKE) all $(MAKE_OPTIONS)
+override_dh_auto_build:
+	dh_auto_build -- all $(MAKE_OPTIONS)
 
-cleanbuilddir::
+override_dh_auto_clean:
 	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
-	rm -f libvdr-*.so.*
+	rm -rf locale libvdr-*.so.*
 
-common-binary-predeb-arch::
+override_dh_gencontrol:
 	sh /usr/share/vdr-dev/dependencies.sh
-
-get-vcs-snapshot:
-	sh debian/get-vcs-snapshot.sh
+	dh_gencontrol

-- 
vdr-plugin-text2skin packaging repository



More information about the pkg-vdr-dvb-changes mailing list