[SCM] vdr-plugin-graphlcd packaging repository branch, master, updated. debian/0.1.5-17-5-g895886e

etobi git at e-tobi.net
Wed May 9 20:36:31 UTC 2012


The following commit has been merged in the master branch:
commit 895886e45d68447bb79f46a0750f4a0dfa86472a
Author: etobi <git at e-tobi.net>
Date:   Wed May 9 22:27:49 2012 +0200

    Switched to debhelper 7 and dropped cdbs

diff --git a/debian/changelog b/debian/changelog
index db19f96..179c4f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ vdr-plugin-graphlcd (0.3.0+git20120329-1) unstable; urgency=low
 
   * Merging changes from the yaVDR team - thx guys!
   * Standards-Version: 3.9.3
+  * Switched to debhelper 7 and dropped cdbs
 
  -- Tobias Grimm <etobi at debian.org>  Wed, 09 May 2012 22:22:38 +0200
 
diff --git a/debian/control b/debian/control
index 4a0ffc7..385515d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ 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>, Thomas Schmidt <tschmidt at debian.org>
 Origin: ctvdr
-Build-Depends: debhelper (>= 7), cdbs, vdr-dev (>= 1.7.26), libglcddrivers1-dev (>= 0.1.9), libglcdgraphics2-dev (>= 0.1.9), libfreetype6-dev, libglcdskin1-dev
+Build-Depends: debhelper (>= 7.0.50~), vdr-dev (>= 1.7.26), libglcddrivers1-dev (>= 0.1.9), libglcdgraphics2-dev (>= 0.1.9), libfreetype6-dev, libglcdskin1-dev
 Standards-Version: 3.9.3
 
 Package: vdr-plugin-graphlcd
diff --git a/debian/install b/debian/install
index dbb9248..72fbf60 100644
--- a/debian/install
+++ b/debian/install
@@ -1,8 +1,8 @@
-libvdr-graphlcd.so.*            usr/lib/vdr/plugins/
-graphlcd/fonts                  usr/share/vdr-plugin-graphlcd/
-graphlcd/logos                  usr/share/vdr-plugin-graphlcd/
-graphlcd/skins                  usr/share/vdr-plugin-graphlcd/
-graphlcd/channels.alias		etc/vdr/plugins/graphlcd/
-debian/plugin.graphlcd.conf     etc/vdr/plugins/
-debian/vdr-plugin-graphlcd.groups    usr/share/vdr/groups.d/
-debian/tmp/usr/share/locale
+libvdr-graphlcd.so.*              usr/lib/vdr/plugins/
+graphlcd/fonts                    usr/share/vdr-plugin-graphlcd/
+graphlcd/logos                    usr/share/vdr-plugin-graphlcd/
+graphlcd/skins                    usr/share/vdr-plugin-graphlcd/
+graphlcd/channels.alias           etc/vdr/plugins/graphlcd/
+debian/plugin.graphlcd.conf       etc/vdr/plugins/
+debian/vdr-plugin-graphlcd.groups usr/share/vdr/groups.d/
+locale                            usr/share/
diff --git a/debian/rules b/debian/rules
index 7d001e2..1fa9538 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,19 +1,23 @@
 #!/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
+MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
 
-MAKE_OPTIONS = DVBDIR=/usr 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
+	dh_gencontrol
+
+override_dh_auto_install:
+	# NOP

-- 
vdr-plugin-graphlcd packaging repository



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