[SCM] vdr-plugin-loadepg packaging repository branch, master, updated. debian/0.2.3-2-3-gf000fe3

etobi git at e-tobi.net
Mon Mar 11 20:33:30 UTC 2013


The following commit has been merged in the master branch:
commit f000fe360f48e4db1ad73a12a7fa9cf58477a0de
Author: etobi <git at e-tobi.net>
Date:   Mon Mar 11 21:33:01 2013 +0100

    * New upstream release
    * Using debhelper 9
    * Updated debian/copyright
    * Build-depend on vdr-dev (>= 1.7.40)
    * Standards-Version: 3.9.4

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 54d6fec..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,7 +0,0 @@
-This package uses the dpatch system to save and apply patches to the
-upstream source code of the software that is packaged. For details
-about how to use dpatch read
-
-   /usr/share/doc/dpatch/README.source.gz
-
-from the dpatch package.
diff --git a/debian/changelog b/debian/changelog
index b85e330..194ff19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+vdr-plugin-loadepg (0.2.5-1) experimental; urgency=low
+
+  * New upstream release
+  * Using debhelper 9
+  * Updated debian/copyright
+  * Build-depend on vdr-dev (>= 1.7.40)
+  * Standards-Version: 3.9.4
+
+ -- Tobias Grimm <etobi at debian.org>  Mon, 11 Mar 2013 21:30:38 +0100
+
 vdr-plugin-loadepg (0.2.3-2) experimental; 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 0a6a5fa..8aba94a 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: Tobias Grimm <etobi at debian.org>, Thomas Günther <tom at toms-cafe.de>
-Build-Depends: debhelper (>= 5), cdbs, dpatch, vdr-dev (>= 1.6.0-16), gettext
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.40), gettext, pkg-config
+Standards-Version: 3.9.4
 Homepage: http://lukkinosat.altervista.org
 Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-loadepg.git
 Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr-plugin-loadepg.git
diff --git a/debian/copyright b/debian/copyright
index fbe03d8..0946d32 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,10 +9,10 @@ Debian Maintainers:
     Thomas Günther <tom at toms-cafe.de>
 
 Copyright:
-    (C) 2005 - 2010 Luca De Pieri
+    (C) 2005 - 2013 Luca De Pieri
 
 Copyright (Debian packaging):
-    (C) 2007 - 2010 Tobias Grimm, Thomas Günther
+    (C) 2007 - 2013 Tobias Grimm, Thomas Günther
 
 License:
     This program is free software; you can redistribute it and/or modify
diff --git a/debian/install b/debian/install
index bc32c1e..a23febc 100644
--- a/debian/install
+++ b/debian/install
@@ -1,5 +1,3 @@
-libvdr-loadepg.so.*             usr/lib/vdr/plugins/
 conf/loadepg.conf               etc/vdr/plugins/loadepg/
 conf/loadepg.equiv              etc/vdr/plugins/loadepg/
 debian/plugin.loadepg.conf      etc/vdr/plugins/
-debian/tmp/usr/share/locale
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 8aa0365..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,2 +0,0 @@
-01_Makefile-fPIC-fix
-02_fix-libsi-include
diff --git a/debian/patches/01_Makefile-fPIC-fix.dpatch b/debian/patches/01_Makefile-fPIC-fix.dpatch
deleted file mode 100644
index 1527039..0000000
--- a/debian/patches/01_Makefile-fPIC-fix.dpatch
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_Makefile-fPIC-fix.dpatch by Tobias Grimm <tg at e-tobi.net>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Adds -fPIC to Makefile, to fix FTBFS on some architectures
-
- at DPATCH@
-diff -urNad loadepg-0.1.9~/Makefile loadepg-0.1.9/Makefile
---- loadepg-0.1.9~/Makefile	2006-04-25 15:05:18.000000000 +0200
-+++ loadepg-0.1.9/Makefile	2007-06-25 22:27:49.000000000 +0200
-@@ -16,7 +16,7 @@
- ### The C++ compiler and options:
- 
- CXX      ?= g++
--CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual
-+CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual -fPIC
- 
- ### The directory environment:
- 
diff --git a/debian/patches/02_fix-libsi-include.dpatch b/debian/patches/02_fix-libsi-include.dpatch
deleted file mode 100644
index 2cd317e..0000000
--- a/debian/patches/02_fix-libsi-include.dpatch
+++ /dev/null
@@ -1,18 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_fix-libsi-include.dpatch by Thomas Günther <tom at toms-cafe.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fixes include of libsi/section.h.
-
- at DPATCH@
---- ./loadepg.h
-+++ ./loadepg.h
-@@ -6,7 +6,7 @@
- #include <sys/ioctl.h>
- #include <linux/dvb/frontend.h>
- #include <linux/dvb/dmx.h>
--#include "../../../libsi/section.h"
-+#include <libsi/section.h>
- 
- #include "formats.h"
- #include "i18n.h"
diff --git a/debian/rules b/debian/rules
index 12130f8..25d9982 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,19 +1,11 @@
 #!/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
+%:
+	dh $@
 
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. \
-               LOCALEDIR=debian/tmp/usr/share/locale
-
-common-build-arch::
-	$(MAKE) all $(MAKE_OPTIONS)
-
-cleanbuilddir::
-	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
-	rm -f libvdr-*.so.*
-
-common-binary-predeb-arch::
+override_dh_gencontrol:
 	sh /usr/share/vdr-dev/dependencies.sh
+	dh_gencontrol
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
vdr-plugin-loadepg packaging repository



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