[SCM] vdr-plugin-alcd packaging repository branch, master, updated. debian/1.5.2-2-1-g3b48e24

etobi git at e-tobi.net
Fri Mar 22 18:00:55 UTC 2013


The following commit has been merged in the master branch:
commit 3b48e248a79af36b2671a5eb21fd29b1d493a5c3
Author: etobi <git at e-tobi.net>
Date:   Fri Mar 22 18:54:28 2013 +0100

    * Standards-Version: 3.9.4
    * Build-depend in vdr-dev (>= 1.7.41)
    * Use debhelper 9, dropped cdbs/dpatch

diff --git a/debian/changelog b/debian/changelog
index 65f4566..bdb5b4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+vdr-plugin-alcd (1.5.2-3) unstable; urgency=low
+
+  * Standards-Version: 3.9.4
+  * Build-depend in vdr-dev (>= 1.7.41)
+  * Use debhelper 9, dropped cdbs/dpatch
+
+ -- Tobias Grimm <etobi at debian.org>  Fri, 22 Mar 2013 18:52:09 +0100
+
 vdr-plugin-alcd (1.5.2-2) unstable; urgency=low
 
   * Switched to GIT using pristine tar
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 acff8fe..0ed080b 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>, Tobias Grimm <etobi at debian.org>, Thomas Schmidt <tschmidt at debian.org>
-Build-Depends: debhelper (>= 5), cdbs, dpatch, vdr-dev (>= 1.6.0-5), gettext
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.41), gettext
+Standards-Version: 3.9.4
 Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-alcd.git
 Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr-plugin-alcd.git
 
diff --git a/debian/copyright b/debian/copyright
index 4ec96b3..ae9b655 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -20,7 +20,7 @@ Copyright:
 
 Copyright (Debian packaging):
     (C) 2006        Hanno Mueller
-    (C) 2006 - 2010 Tobias Grimm, Thomas Günther, Thomas Schmidt
+    (C) 2006 - 2013 Tobias Grimm, Thomas Günther, Thomas Schmidt
 
 License:
     This program is free software; you can redistribute it and/or modify
diff --git a/debian/install b/debian/install
index 8cb925a..5b15306 100644
--- a/debian/install
+++ b/debian/install
@@ -7,4 +7,4 @@ scripts/activy_pb.sh             usr/share/vdr-plugin-alcd/
 debian/activy_off.sh             usr/share/vdr-plugin-alcd/
 debian/plugin.alcd.conf          etc/vdr/plugins/
 debian/vdr-plugin-alcd.groups    usr/share/vdr/groups.d/
-debian/tmp/usr/share/locale
+locale                           usr/share/
diff --git a/debian/rules b/debian/rules
index 05e067c..56680bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,21 +1,25 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
 
-DEB_INSTALL_CHANGELOGS_ALL = HISTORY
-DEB_DH_INSTALLINIT_ARGS    = vdr-alcd
-DEB_UPDATE_RCD_PARAMS      = defaults 19 21
+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::
+override_dh_auto_build:
+	dh_auto_build -- all $(MAKE_OPTIONS)
 	$(MAKE) all afp-tool $(MAKE_OPTIONS)
 
-cleanbuilddir::
+override_dh_auto_install:
+	# nop
+
+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
+	dh_gencontrol

-- 
vdr-plugin-alcd packaging repository



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