[SCM] vdr-plugin-cdda packaging repository branch, master, updated. debian/0.1.0-32-1-g6d26c6f

etobi git at e-tobi.net
Sat Mar 31 22:50:08 UTC 2012


The following commit has been merged in the master branch:
commit a91af15e7fc0a65e369164730d5542ffd281aca0
Author: etobi <git at e-tobi.net>
Date:   Sat Mar 31 13:04:42 2012 +0200

    Switched to debhelper 7 and dropped cdbs / dpatch

diff --git a/debian/changelog b/debian/changelog
index 8bd3508..24c779f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ vdr-plugin-cdda (0.1.0-32) experimental; urgency=low
   * Dropped README.source
   * Source format 3.0 (quilt)
   * Auto-detect libcdda driver
+  * Switched to debhelper 7 and dropped cdbs / dpatch
 
  -- Tobias Grimm <etobi at debian.org>  Sat, 31 Mar 2012 12:45:18 +0200
 
diff --git a/debian/control b/debian/control
index 88ba53e..a2fd0c5 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), libcdio-dev (>= 0.76), libmad0-dev
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 7.0.50~), vdr-dev (>= 1.6.0-5), libcdio-dev (>= 0.76), libmad0-dev
+Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-cdda.git
 Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr-plugin-cdda.git
 
diff --git a/debian/copyright b/debian/copyright
index 3497085..e9677f6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -15,7 +15,7 @@ Copyright:
 
 Copyright (Debian packaging):
     (C) 2006        Stefan Wagner
-    (C) 2006 - 2009 Tobias Grimm, Thomas Günther, Thomas Schmidt
+    (C) 2006 - 2012 Tobias Grimm, Thomas Günther, Thomas Schmidt
 
 License:
     This program is free software; you can redistribute it and/or modify
diff --git a/debian/rules b/debian/rules
index b81598f..9f487b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,19 +1,20 @@
 #!/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

-- 
vdr-plugin-cdda packaging repository



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