[SCM] vdr-plugin-statusleds packaging repository branch, master, updated. debian/0.3-29-1-g9f45a50
etobi
git at e-tobi.net
Thu Mar 28 18:20:10 UTC 2013
The following commit has been merged in the master branch:
commit 9f45a50f8b78596cc23280beda14cb97f7e1c728
Author: etobi <git at e-tobi.net>
Date: Thu Mar 28 19:18:10 2013 +0100
* Standards-Version: 3.9.4
* Build-depend in vdr-dev (>= 1.7.42)
* Use debhelper 9
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 184d0ca..ec35678 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,17 @@
-vdr-plugin-statusleds (0.3-29) UNRELEASED; urgency=low
+vdr-plugin-statusleds (0.3-30) experimental; urgency=low
+
+ * Standards-Version: 3.9.4
+ * Build-depend in vdr-dev (>= 1.7.42)
+ * Use debhelper 9
+
+ -- Tobias Grimm <etobi at debian.org> Thu, 28 Mar 2013 19:17:13 +0100
+
+vdr-plugin-statusleds (0.3-29) experimental; urgency=low
* Switched to debhelper 7 and dropped cdbs
* Build-Depend on vdr-dev (>=1.7.27)
- -- Tobias Grimm <etobi at debian.org> Tue, 29 May 2012 20:14:43 +0200
+ -- Tobias Grimm <etobi at debian.org> Thu, 28 Mar 2013 19:16:52 +0100
vdr-plugin-statusleds (0.3-28) experimental; urgency=low
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 10ca087..5d3b1f6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: vdr-plugin-statusleds
Section: video
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
-Uploaders: Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <tg at e-tobi.net>, Thomas Günther <tom at toms-cafe.de>
-Build-Depends: debhelper (>= 7.0.50~), vdr-dev (>= 1.7.27)
-Standards-Version: 3.9.3
+Uploaders: Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <etobi at debian.org>, Thomas Günther <tom at toms-cafe.de>
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.42), pkg-config
+Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-statusleds.git
Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr-plugin-statusleds.git
diff --git a/debian/copyright b/debian/copyright
index 9c68783..209c4ea 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,7 +13,7 @@ Copyright:
(C) 2003 - 2004 Bernd Juraschek
Copyright (Debian packaging):
- (C) 2004 - 2009 Tobias Grimm, Thomas Günther, Thomas Schmidt
+ (C) 2004 - 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/plugin.statusleds.conf b/debian/plugin.statusleds.conf
index 0293f8c..72c1218 100644
--- a/debian/plugin.statusleds.conf
+++ b/debian/plugin.statusleds.conf
@@ -25,11 +25,11 @@
#
# Enable record count siganlisation.
#
-# --perrecordblinking
+# --perrecordblinking
#
#
# Use blinkd for controlling LEDs.
-#
+#
# --blinkd[=host[:port]]
-#
+#
diff --git a/debian/rules b/debian/rules
index 9f487b6..1ca5e6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,7 @@
#export DH_VERBOSE=1
MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
+CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags) $(LDFLAGS)
%:
dh $@
--
vdr-plugin-statusleds packaging repository
More information about the pkg-vdr-dvb-changes
mailing list