[SCM] vdr-plugin-lcdproc packaging repository branch, master, updated. debian/0.0.10-jw8-1-6-g692547b
etobi
git at e-tobi.net
Sat Mar 23 08:41:38 UTC 2013
The following commit has been merged in the master branch:
commit 692547b1c3cf22b4c8a510a6fd9fcb20e6180cc2
Author: etobi <git at e-tobi.net>
Date: Sat Mar 23 09:35:31 2013 +0100
* New Upstream Snapshot (commit ed6ee59)
* Standards-Version: 3.9.4
* Build-depend in vdr-dev (>= 1.7.41)
* Use debhelper 9
diff --git a/debian/changelog b/debian/changelog
index 281fb51..004f332 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+vdr-plugin-lcdproc (0.0.10-jw8+git20130323-1) experimental; urgency=low
+
+ * New Upstream Snapshot (commit ed6ee59)
+ * Standards-Version: 3.9.4
+ * Build-depend in vdr-dev (>= 1.7.41)
+ * Use debhelper 9
+
+ -- Tobias Grimm <etobi at debian.org> Sat, 23 Mar 2013 09:34:01 +0100
+
vdr-plugin-lcdproc (0.0.10-jw8-3) experimental; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index 65cc92d..e277c3b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,10 @@
Source: vdr-plugin-lcdproc
Section: video
Priority: extra
-Maintainer: Peter Siering <ps at ctmagazin.de>
-Origin: ctvdr
-Bugs: mailto:pkg-vdr-dvb-devel at lists.alioth.debian.org
-Build-Depends: debhelper (>= 5), cdbs, vdr-dev (>= 1.6.0-5), gettext
-Standards-Version: 3.9.1
+Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
+Uploaders: Tobias Grimm <etobi at debian.org>
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.41), gettext, pkg-config
+Standards-Version: 3.9.4
Homepage: http://projects.vdr-developer.org/projects/show/plg-lcdproc
Package: vdr-plugin-lcdproc
diff --git a/debian/copyright b/debian/copyright
index 15b9ffd..096ae69 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
Upstream Homepage:
http://projects.vdr-developer.org/projects/show/plg-lcdproc (new version)
- http://www.joachim-wilke.de/?alias=vdr-patches
+ http://www.joachim-wilke.de/?alias=vdr-patches
http://home.pages.at/linux/dvb.html (old original version)
Upstream Authors:
@@ -15,10 +15,10 @@ Debian Maintainers:
Copyright:
2002 - 2006 Martin Hammerschmid
- 2006 - 2009 Joachime Wilke
+ 2006 - 2013 Joachime Wilke
Copyright (Debian packaging):
- (C) 2003 - 2009 Tobias Grimm, Thomas Günther, Thomas Schmidt, Hanno Zulla
+ (C) 2003 - 2013 Tobias Grimm, Thomas Günther, Thomas Schmidt, Hanno Zulla
License:
This program is free software; you can redistribute it and/or modify
diff --git a/debian/get-vcs-snapshot.sh b/debian/get-vcs-snapshot.sh
index 6b6adf9..c7fd19e 100644
--- a/debian/get-vcs-snapshot.sh
+++ b/debian/get-vcs-snapshot.sh
@@ -2,7 +2,7 @@ echo Downloading latest from git repository...
set -e
DEB_SOURCE_PACKAGE=`egrep '^Source: ' debian/control | cut -f 2 -d ' '`
-VERSION_UPSTREAM=`dpkg-parsechangelog | grep ^Version: | sed -e 's/^Version:\s*//' -e s/-[^-]*$//`
+VERSION_UPSTREAM=`dpkg-parsechangelog | grep ^Version: | sed -e 's/^Version:\s*//' -e s/-[^-]*$// -e s/\+git.*//`
VERSION_DATE=`/bin/date --utc +%0Y%0m%0d`
VERSION_FULL="${VERSION_UPSTREAM}+git${VERSION_DATE}"
diff --git a/debian/install b/debian/install
deleted file mode 100644
index 0456297..0000000
--- a/debian/install
+++ /dev/null
@@ -1,2 +0,0 @@
-libvdr-lcdproc.so.* usr/lib/vdr/plugins/
-debian/tmp/usr/share/locale
diff --git a/debian/rules b/debian/rules
index e8b1458..1c1b37b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,22 +1,14 @@
#!/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
get-vcs-snapshot:
sh debian/get-vcs-snapshot.sh
--
vdr-plugin-lcdproc packaging repository
More information about the pkg-vdr-dvb-changes
mailing list