r8905 - in /vdr/vdr-plugin-streamdev/trunk/debian: changelog compat control copyright rules vdr-plugin-streamdev-client.install vdr-plugin-streamdev-server.install watch
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Sat Apr 9 18:54:58 UTC 2011
Author: tiber-guest
Date: Sat Apr 9 18:54:53 2011
New Revision: 8905
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=8905
Log:
* New upstream release
* Updated debian/watch
* Updated debian/copyright
* Build-depend on vdr-dev >= 1.7.17
* Standards-Version: 3.9.1
* Switched to debhelper 7 and dropped cdbs
Modified:
vdr/vdr-plugin-streamdev/trunk/debian/changelog
vdr/vdr-plugin-streamdev/trunk/debian/compat
vdr/vdr-plugin-streamdev/trunk/debian/control
vdr/vdr-plugin-streamdev/trunk/debian/copyright
vdr/vdr-plugin-streamdev/trunk/debian/rules
vdr/vdr-plugin-streamdev/trunk/debian/vdr-plugin-streamdev-client.install
vdr/vdr-plugin-streamdev/trunk/debian/vdr-plugin-streamdev-server.install
vdr/vdr-plugin-streamdev/trunk/debian/watch
Modified: vdr/vdr-plugin-streamdev/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-streamdev/trunk/debian/changelog?rev=8905&op=diff
==============================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-streamdev/trunk/debian/changelog Sat Apr 9 18:54:53 2011
@@ -1,3 +1,14 @@
+vdr-plugin-streamdev (0.5.1-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * Updated debian/watch
+ * Updated debian/copyright
+ * Build-depend on vdr-dev >= 1.7.17
+ * Standards-Version: 3.9.1
+ * Switched to debhelper 7 and dropped cdbs
+
+ -- Tobias Grimm <etobi at debian.org> Sat, 09 Apr 2011 20:44:51 +0200
+
vdr-plugin-streamdev (0.5.0-1) unstable; urgency=low
* New upstream release
Modified: vdr/vdr-plugin-streamdev/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-streamdev/trunk/debian/compat?rev=8905&op=diff
==============================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/compat (original)
+++ vdr/vdr-plugin-streamdev/trunk/debian/compat Sat Apr 9 18:54:53 2011
@@ -1,1 +1,1 @@
-5
+7
Modified: vdr/vdr-plugin-streamdev/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-streamdev/trunk/debian/control?rev=8905&op=diff
==============================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/control (original)
+++ vdr/vdr-plugin-streamdev/trunk/debian/control Sat Apr 9 18:54:53 2011
@@ -3,8 +3,8 @@
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
Uploaders: Peter Siering <ps at ctmagazin.de>, Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <etobi at debian.org>, Thomas Günther <tom at toms-cafe.de>
-Build-Depends: debhelper (>= 5), cdbs, vdr-dev (>= 1.6.0-16), gettext
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 7.0.50~), vdr-dev (>= 1.7.17), gettext
+Standards-Version: 3.9.1
Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-streamdev/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-streamdev/trunk/
Homepage: http://streamdev.vdr-developer.org
Modified: vdr/vdr-plugin-streamdev/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-streamdev/trunk/debian/copyright?rev=8905&op=diff
==============================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/copyright (original)
+++ vdr/vdr-plugin-streamdev/trunk/debian/copyright Sat Apr 9 18:54:53 2011
@@ -1,5 +1,5 @@
Upstream Homepage:
- http://streamdev.vdr-developer.org
+ http://projects.vdr-developer.org/projects/plg-streamdev
Upstream Authors:
Sascha Volkenandt <sascha at akv-soft.de>
@@ -13,14 +13,14 @@
Copyright:
(C) 2003 - 2006 Sascha Volkenandt
- (C) 2006 - 2009 Frank Schmirler
+ (C) 2006 - 2011 Frank Schmirler
Copyright (libdvbmpeg):
(C) 2000 - 2001 Marcus Metzler for convergence integrated media GmbH
(C) 2002 Marcus Metzler
Copyright (Debian packaging):
- (C) 2003 - 2010 Tobias Grimm, Thomas Günther, Thomas Schmidt, Peter Siering
+ (C) 2003 - 2011 Tobias Grimm, Thomas Günther, Thomas Schmidt, Peter Siering
License:
This program is free software; you can redistribute it and/or modify
Modified: vdr/vdr-plugin-streamdev/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-streamdev/trunk/debian/rules?rev=8905&op=diff
==============================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/rules (original)
+++ vdr/vdr-plugin-streamdev/trunk/debian/rules Sat Apr 9 18:54:53 2011
@@ -1,26 +1,20 @@
#!/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
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. \
- LOCALEDIR=$(CURDIR)/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
-
-VERSION_ID = $(shell echo $(DEB_UPSTREAM_VERSION) | sed 's/\+cvs.*//')+cvs$(shell date --utc +%0Y%0m%0d.%0k%0M)
-get-orig-source::
- echo Downloading $(DEB_SOURCE_PACKAGE) $(VERSION_ID) from cvs...
- cvs -d:pserver:anoncvs at vdr-developer.org:/var/cvsroot export -D NOW -d $(DEB_SOURCE_PACKAGE)-$(VERSION_ID) streamdev
- tar czf ../$(DEB_SOURCE_PACKAGE)_$(VERSION_ID).orig.tar.gz $(DEB_SOURCE_PACKAGE)-$(VERSION_ID)
- rm -rf $(DEB_SOURCE_PACKAGE)-$(VERSION_ID)
- dch -v "$(VERSION_ID)-1" "New Upstream Snapshot"
+ dh_gencontrol
Modified: vdr/vdr-plugin-streamdev/trunk/debian/vdr-plugin-streamdev-client.install
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-streamdev/trunk/debian/vdr-plugin-streamdev-client.install?rev=8905&op=diff
==============================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/vdr-plugin-streamdev-client.install (original)
+++ vdr/vdr-plugin-streamdev/trunk/debian/vdr-plugin-streamdev-client.install Sat Apr 9 18:54:53 2011
@@ -1,2 +1,2 @@
-client/libvdr-streamdev-client.so.* usr/lib/vdr/plugins/
-debian/tmp/usr/share/locale/*/LC_MESSAGES/vdr-streamdev-client.mo
+client/libvdr-streamdev-client.so.* usr/lib/vdr/plugins/
+client/locale usr/share/
Modified: vdr/vdr-plugin-streamdev/trunk/debian/vdr-plugin-streamdev-server.install
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-streamdev/trunk/debian/vdr-plugin-streamdev-server.install?rev=8905&op=diff
==============================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/vdr-plugin-streamdev-server.install (original)
+++ vdr/vdr-plugin-streamdev/trunk/debian/vdr-plugin-streamdev-server.install Sat Apr 9 18:54:53 2011
@@ -1,3 +1,3 @@
-server/libvdr-streamdev-server.so.* usr/lib/vdr/plugins/
-streamdev-server/streamdevhosts.conf etc/vdr/plugins/
-debian/tmp/usr/share/locale/*/LC_MESSAGES/vdr-streamdev-server.mo
+server/libvdr-streamdev-server.so.* usr/lib/vdr/plugins/
+streamdev-server/streamdevhosts.conf etc/vdr/plugins/
+server/locale usr/share/
Modified: vdr/vdr-plugin-streamdev/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-streamdev/trunk/debian/watch?rev=8905&op=diff
==============================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/watch (original)
+++ vdr/vdr-plugin-streamdev/trunk/debian/watch Sat Apr 9 18:54:53 2011
@@ -1,2 +1,2 @@
version=2
-http://streamdev.vdr-developer.org/releases/vdr-streamdev-(.*)\.tgz
+http://projects.vdr-developer.org/projects/plg-streamdev/files .*/vdr-streamdev-(.*)\.tgz
More information about the pkg-vdr-dvb-changes
mailing list