[SCM] vdr-plugin-vnsiserver packaging repository branch, master, updated. debian/0.0.1_svn20100428+frodo-1
etobi
git at e-tobi.net
Sun Oct 21 21:39:20 UTC 2012
The following commit has been merged in the master branch:
commit de0a1d690e19cec1a0a6aeb9d357a29f0ab3e1e0
Author: etobi <git at e-tobi.net>
Date: Sun Oct 21 23:31:59 2012 +0200
Switched to debhelper 7 and dropped cdbs
diff --git a/debian/changelog b/debian/changelog
index 9c4b87f..7ba7e79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-vdr-plugin-vnsiserver (0.0.1~svn20100428+frodo-1) UNRELEASED; urgency=low
+vdr-plugin-vnsiserver (0.0.1~svn20100428+frodo-1) unstable; urgency=low
* Switching to the version provided in the XBMC 12/Frodo sources
+ * Switched to debhelper 7 and dropped cdbs
- -- Tobias Grimm <etobi at debian.org> Sun, 21 Oct 2012 23:27:21 +0200
+ -- Tobias Grimm <etobi at debian.org> Sun, 21 Oct 2012 23:31:53 +0200
vdr-plugin-vnsiserver (0.0.1~svn20100428.1754-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 045853c..3254a51 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: vdr-plugin-vnsiserver
Section: video
Priority: extra
Maintainer: Tobias Grimm <etobi at debian.org>
-Build-Depends: cdbs, debhelper (>= 7), vdr-dev (>= 1.6.0-15), gettext
+Build-Depends: debhelper (>= 7), vdr-dev (>= 1.6.0-15), gettext
Standards-Version: 3.8.4
Homepage: http://xbmc.org/
Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-vnsiserver.git
diff --git a/debian/links b/debian/links
index f24693c..3046fab 100644
--- a/debian/links
+++ b/debian/links
@@ -1,2 +1 @@
-usr/share/vdr-plugin-vnsiserver/noSignal.mpg var/lib/vdr/plugins/vnsi-server/noSignal.mpg
etc/vdr/plugins/vnsi-server/allowed_hosts.conf var/lib/vdr/plugins/vnsi-server/allowed_hosts.conf
diff --git a/debian/rules b/debian/rules
index f1456f1..1b44cb7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,21 +1,23 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
-DEB_INSTALL_CHANGELOGS_ALL = HISTORY
+MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale STRIP=/bin/true
-MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. \
- LOCALEDIR=debian/tmp/usr/share/locale
+%:
+ dh $@
-common-build-arch::
- $(MAKE) all $(MAKE_OPTIONS)
+override_dh_auto_build:
+ dh_auto_build -- all $(MAKE_OPTIONS)
-cleanbuilddir::
+override_dh_auto_clean:
$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
- rm -f libvdr-*.so.*
+ rm -rf locale libvdr-*.so.*
-common-binary-predeb-arch::
+override_dh_gencontrol:
sh /usr/share/vdr-dev/dependencies.sh
+ dh_gencontrol
get-snapshot::
echo Downloading $(DEB_SOURCE_PACKAGE) $(VERSION_ID) from svn...
--
vdr-plugin-vnsiserver packaging repository
More information about the pkg-vdr-dvb-changes
mailing list