[SCM] vdr-plugin-imonlcd packaging repository branch, master, updated. debian/0.0.5+git20120512-1-7-g78e34bb

etobi git at e-tobi.net
Sun Jul 15 13:51:04 UTC 2012


The following commit has been merged in the master branch:
commit 78e34bbffdf2d72085ceaa6fffe2d58981626487
Author: etobi <git at e-tobi.net>
Date:   Sun Jul 15 15:42:17 2012 +0200

    Dropped cdbs and switched to using dh

diff --git a/debian/changelog b/debian/changelog
index 1b09952..6a170e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ vdr-plugin-imonlcd (1.0.0-1) unstable; urgency=low
   * New upstream release
   * Standards-Version: 3.9.3
   * debhelper / COMPAT=9
+  * Dropped cdbs and switched to using dh
 
  -- Tobias Grimm <etobi at debian.org>  Sun, 15 Jul 2012 15:33:59 +0200
 
diff --git a/debian/control b/debian/control
index 48df890..6d5258c 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>
-Build-Depends: cdbs, debhelper (>= 9), vdr-dev (>= 1.6.0-16), gettext, libfontconfig1-dev
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.6.0-16), gettext, libfontconfig1-dev
 Standards-Version: 3.9.3
 Homepage: http://projects.vdr-developer.org/wiki/plg-imonlcd
 Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-imonlcd.git
diff --git a/debian/install b/debian/install
index 980da0a..18ce06d 100644
--- a/debian/install
+++ b/debian/install
@@ -1,3 +1,3 @@
 libvdr-imonlcd.so.*            usr/lib/vdr/plugins/
 debian/plugin.imonlcd.conf     etc/vdr/plugins/
-debian/tmp/usr/share/locale
+locale                         usr/share/
diff --git a/debian/rules b/debian/rules
index e8b1458..865cce3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,22 +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
 
 get-vcs-snapshot:
 	sh debian/get-vcs-snapshot.sh

-- 
vdr-plugin-imonlcd packaging repository



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