[SCM] vdr-plugin-mlist packaging repository branch, master, updated. debian/1.0.1-3-3-g3a79f3f
etobi
git at e-tobi.net
Mon Mar 11 20:29:39 UTC 2013
The following commit has been merged in the master branch:
commit 3a79f3f40ca0c0e0992cdbe25468148491615049
Author: etobi <git at e-tobi.net>
Date: Mon Mar 11 21:28:55 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/changelog b/debian/changelog
index 57eb1ec..73e21d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+vdr-plugin-mlist (1.0.2-1) UNRELEASED; 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:27:45 +0100
+
vdr-plugin-mlist (1.0.1-3) 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 4285ef5..29a9186 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, vdr-dev (>= 1.6.0-5), gettext
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.40), gettext, pkg-config
+Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-mlist.git
Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr-plugin-mlist.git
diff --git a/debian/copyright b/debian/copyright
index 14e8891..76dc0f2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,10 +10,10 @@ Debian Maintainers:
Thomas Schmidt <tschmidt at debian.org>
Copyright:
- (C) 2006 - 2009 Joachim Wilke
+ (C) 2006 - 2013 Joachim Wilke
Copyright (Debian packaging):
- (C) 2006 - 2009 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
deleted file mode 100644
index b00c6fc..0000000
--- a/debian/install
+++ /dev/null
@@ -1 +0,0 @@
-libvdr-mlist.so.* usr/lib/vdr/plugins/
diff --git a/debian/rules b/debian/rules
index 7d001e2..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 = DVBDIR=/usr 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
--
vdr-plugin-mlist packaging repository
More information about the pkg-vdr-dvb-changes
mailing list