[SCM] vdr-plugin-markad packaging repository branch, master, updated. debian/0.1.3-1-3-g88f8b44

etobi git at e-tobi.net
Wed Mar 6 21:40:43 UTC 2013


The following commit has been merged in the master branch:
commit 88f8b44ab7df4979751a740afab2a6c7933ab6e9
Author: etobi <git at e-tobi.net>
Date:   Wed Mar 6 21:44:27 2013 +0100

    * New upstream release
    * Use debhelper 9
    * Build-depend on vdr-dev (>= 1.7.39)

diff --git a/debian/changelog b/debian/changelog
index 87b4bdb..06e0065 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+vdr-plugin-markad (0.1.4-1) experimental; urgency=low
+
+  * New upstream release
+  * Use debhelper 9
+  * Build-depend on vdr-dev (>= 1.7.39)
+
+ -- Tobias Grimm <etobi at debian.org>  Wed, 06 Mar 2013 21:43:50 +0100
+
 vdr-plugin-markad (0.1.3-1) experimental; urgency=low
 
   * New upstream release
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 195586d..152e19c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: video
 Priority: extra
 Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
 Uploaders: Tobias Grimm <etobi at debian.org>, Thomas Günther <tom at toms-cafe.de>
-Build-Depends: vdr-dev (>= 1.6.0-16), gettext, debhelper (>=7), cdbs,
+Build-Depends: vdr-dev (>= 1.7.39), gettext, debhelper (>= 9),
  pkg-config, libavcodec-dev, libavformat-dev
 Standards-Version: 3.9.3
 Homepage: http://projects.vdr-developer.org/projects/list_files/plg-markad
diff --git a/debian/rules b/debian/rules
index fe6937b..14fb01d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,20 +1,24 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-
-DEB_INSTALL_CHANGELOGS_ALL = HISTORY
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
 
 MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
+CXXFLAGS += -fPIC $(LDFLAGS) $(CPPFLAGS)
+
+%:
+	dh $@
 
-common-build-arch::
-	$(MAKE) all $(MAKE_OPTIONS)
+override_dh_auto_build:
+	dh_auto_build -- all $(MAKE_OPTIONS)
 
-cleanbuilddir::
+override_dh_auto_install:
+	# Do nothing
+
+override_dh_auto_clean:
 	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
-	rm -rf libvdr-*.so.* */locale
+	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-markad packaging repository



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