[SCM] vdr-plugin-menuorg packaging repository branch, master, updated. debian/0.4.5-1-7-g3511862
etobi
git at e-tobi.net
Sat Mar 16 17:28:17 UTC 2013
The following commit has been merged in the master branch:
commit deb72316d814847438fa2803d464403c2ea74679
Author: etobi <git at e-tobi.net>
Date: Sat Mar 16 18:24:03 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 aa1279e..71efb5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+vdr-plugin-menuorg (0.5.0-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> Sat, 16 Mar 2013 18:22:15 +0100
+
vdr-plugin-menuorg (0.4.5-1) experimental; urgency=low
* New upstream release
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 c28f197..384592e 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, vdr-dev (>= 1.6.0-5), pkg-config, gettext, libxml++2.6-dev, libglibmm-2.4-dev
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.40), pkg-config, gettext, libxml++2.6-dev, libglibmm-2.4-dev
+Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-menuorg.git
Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr-plugin-menuorg.git
diff --git a/debian/copyright b/debian/copyright
index e039053..0fddc37 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,11 +10,11 @@ Debian Maintainers:
Thomas Günther <tom at toms-cafe.de>
Copyright:
- (C) 2007 - 2012 Tobias Grimm
+ (C) 2007 - 2013 Tobias Grimm
(C) 2007 Thomas Creutz
Copyright (Debian packaging):
- (C) 2007 - 2012 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 2cef37e..80c0d72 100644
--- a/debian/install
+++ b/debian/install
@@ -1,6 +1,3 @@
-libvdr-menuorg.so.* usr/lib/vdr/plugins/
menuorg.xml usr/share/vdr-plugin-menuorg/
menuorg.dtd usr/share/vdr-plugin-menuorg/
debian/menuorg.xml.minimum usr/share/vdr-plugin-menuorg/
-vdr-submenu2menuorg usr/bin/
-debian/tmp/usr/share/locale
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-menuorg packaging repository
More information about the pkg-vdr-dvb-changes
mailing list