r7120 - in /vdr/vdr-plugin-vodcatcher/trunk/debian: changelog control copyright rules

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Thu Jul 17 18:22:00 UTC 2008


Author: tiber-guest
Date: Thu Jul 17 18:22:00 2008
New Revision: 7120

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7120
Log:
* Dropped patchlevel control field
* Build-Depend on vdr-dev (>=1.6.0-5)
* Bumped Standards-Version to 3.8.0
* Switched Build-System to cdbs, Build-Depend on cdbs
* Added Homepage field to debian/control
* Renamed XS-Vcs-* fields to Vcs-* in debian/control

Modified:
    vdr/vdr-plugin-vodcatcher/trunk/debian/changelog
    vdr/vdr-plugin-vodcatcher/trunk/debian/control
    vdr/vdr-plugin-vodcatcher/trunk/debian/copyright
    vdr/vdr-plugin-vodcatcher/trunk/debian/rules

Modified: vdr/vdr-plugin-vodcatcher/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-vodcatcher/trunk/debian/changelog?rev=7120&op=diff
==============================================================================
--- vdr/vdr-plugin-vodcatcher/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-vodcatcher/trunk/debian/changelog Thu Jul 17 18:22:00 2008
@@ -1,3 +1,14 @@
+vdr-plugin-vodcatcher (0.1.1-6) UNRELEASED; urgency=low
+
+  * Dropped patchlevel control field
+  * Build-Depend on vdr-dev (>=1.6.0-5)
+  * Bumped Standards-Version to 3.8.0
+  * Switched Build-System to cdbs, Build-Depend on cdbs
+  * Added Homepage field to debian/control
+  * Renamed XS-Vcs-* fields to Vcs-* in debian/control
+
+ -- Tobias Grimm <tg at e-tobi.net>  Thu, 17 Jul 2008 09:52:14 +0200
+
 vdr-plugin-vodcatcher (0.1.1-5) experimental; urgency=low
 
   * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7

Modified: vdr/vdr-plugin-vodcatcher/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-vodcatcher/trunk/debian/control?rev=7120&op=diff
==============================================================================
--- vdr/vdr-plugin-vodcatcher/trunk/debian/control (original)
+++ vdr/vdr-plugin-vodcatcher/trunk/debian/control Thu Jul 17 18:22:00 2008
@@ -3,8 +3,11 @@
 Priority: extra
 Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
 Uploaders: Thomas Günther <tom at toms-cafe.de>, Tobias Grimm <tg at e-tobi.net>, Thomas Schmidt <tschmidt at debian.org>
-Build-Depends: debhelper (>> 5), vdr-dev (>= 1.6.0), gettext, libcurl-dev
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>> 5), cdbs, vdr-dev (>= 1.6.0-5), gettext, libcurl-dev
+Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-vodcatcher/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-vodcatcher/trunk/
+Homepage: http://www.e-tobi.net/blog/pages/vodcatcher
 
 Package: vdr-plugin-vodcatcher
 Architecture: any
@@ -13,4 +16,3 @@
  This plug-in for the Linux Video Disc Recorder (VDR) allows do download
  and browse RSS video podcasts. Playing back video streams contained
  in the RSS Feed is done by the VDR MPlayer plug-in.
-XB-VDR-Patchlevel: ${vdr:Patchlevel}

Modified: vdr/vdr-plugin-vodcatcher/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-vodcatcher/trunk/debian/copyright?rev=7120&op=diff
==============================================================================
--- vdr/vdr-plugin-vodcatcher/trunk/debian/copyright (original)
+++ vdr/vdr-plugin-vodcatcher/trunk/debian/copyright Thu Jul 17 18:22:00 2008
@@ -11,10 +11,10 @@
     (C) 2007 Tobias Grimm
 
 Copyright (TinyXML):
-    2000-2007 Lee Thomason, Yves Berquin, Andrew Ellerton
+    2000 - 2007 Lee Thomason, Yves Berquin, Andrew Ellerton
 
 Copyright (Debian packaging):
-    (C) 2007 Tobias Grimm
+    (C) 2007 - 2008 Tobias Grimm
 
 License:
     This program is free software; you can redistribute it and/or modify

Modified: vdr/vdr-plugin-vodcatcher/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-vodcatcher/trunk/debian/rules?rev=7120&op=diff
==============================================================================
--- vdr/vdr-plugin-vodcatcher/trunk/debian/rules (original)
+++ vdr/vdr-plugin-vodcatcher/trunk/debian/rules Thu Jul 17 18:22:00 2008
@@ -1,94 +1,19 @@
 #! /bin/sh /usr/share/vdr-dev/make-special-vdr.sh
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+include /usr/share/cdbs/1/rules/debhelper.mk
+#include /usr/share/cdbs/1/rules/dpatch.mk
 
-ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -g
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
-endif
+DEB_INSTALL_CHANGELOGS_ALL = HISTORY
 
-# To use dpatch uncomment the following line and set Build-Depends to dpatch
-# DPATCH=yes
+MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. \
+               LOCALEDIR=debian/tmp/usr/share/locale
 
-ifdef DPATCH
-include /usr/share/dpatch/dpatch.make
-else
-patch:
-patch-stamp:
-unpatch:
-endif
+common-build-arch::
+	$(MAKE) all $(MAKE_OPTIONS)
 
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
-
-configure: configure-stamp
-configure-stamp: patch-stamp
-	dh_testdir
-	touch configure-stamp
-
-build: build-stamp
-build-stamp: configure-stamp
-	dh_testdir
-	$(MAKE) all $(MAKE_OPTIONS)
-	touch build-stamp
-
-clean: clean-patched unpatch
-clean-patched:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
+cleanbuilddir::
 	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
 	rm -f libvdr-*.so.*
-	rm -rf locale
-	dh_clean
 
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-	dh_install
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-#	dh_installdebconf
-	dh_installdocs
-	dh_installexamples
-#	dh_installmenu
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-#	dh_installcron
-#	dh_installman
-#	dh_installinfo
-#	dh_undocumented
-	dh_installchangelogs HISTORY
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-#	dh_makeshlibs
-	dh_installdeb
-#	dh_perl
-	dh_shlibdeps
-	sh /usr/share/vdr-dev/patchlevel.sh subst
+common-binary-predeb-arch::
 	sh /usr/share/vdr-dev/dependencies.sh
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure \
-        clean-patched patch unpatch




More information about the pkg-vdr-dvb-changes mailing list