r6490 - in /vdr/vdr-plugin-remoteosd/trunk/debian: changelog control copyright rules

tschmidt at users.alioth.debian.org tschmidt at users.alioth.debian.org
Sun Mar 23 14:30:29 UTC 2008


Author: tschmidt
Date: Sun Mar 23 14:30:28 2008
New Revision: 6490

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

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

Modified: vdr/vdr-plugin-remoteosd/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remoteosd/trunk/debian/changelog?rev=6490&op=diff
==============================================================================
--- vdr/vdr-plugin-remoteosd/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-remoteosd/trunk/debian/changelog Sun Mar 23 14:30:28 2008
@@ -1,3 +1,14 @@
+vdr-plugin-remoteosd (0.0.2-12) UNRELEASED; urgency=low
+
+  * Build-Depend on vdr-dev (>=1.6.0-1)
+  * Switched Build-System to cdbs, Build-Depend on cdbs
+  * Added Homepage field to debian/control
+  * Renamed XS-Vcs-* fields to Vcs-* in debian/control
+  * Bumped Standards-Version to 3.7.3
+  * Updated years in debian/copyright
+
+ -- Thomas Schmidt <tschmidt at debian.org>  Sun, 23 Mar 2008 15:29:50 +0100
+
 vdr-plugin-remoteosd (0.0.2-11) experimental; urgency=low
 
   * Force rebuild for vdr 1.5.15

Modified: vdr/vdr-plugin-remoteosd/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remoteosd/trunk/debian/control?rev=6490&op=diff
==============================================================================
--- vdr/vdr-plugin-remoteosd/trunk/debian/control (original)
+++ vdr/vdr-plugin-remoteosd/trunk/debian/control Sun Mar 23 14:30:28 2008
@@ -3,10 +3,11 @@
 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 (>= 5), dpatch, vdr-dev (>= 1.4.5-1), svdrpservice-dev
-Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-remoteosd/trunk/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remoteosd/trunk/
+Build-Depends: debhelper (>= 5), cdbs, dpatch, vdr-dev (>= 1.6.0-1), svdrpservice-dev
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-remoteosd/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remoteosd/trunk/
+Homepage: http://vdr.schmirler.de
 
 Package: vdr-plugin-remoteosd
 Architecture: any

Modified: vdr/vdr-plugin-remoteosd/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remoteosd/trunk/debian/copyright?rev=6490&op=diff
==============================================================================
--- vdr/vdr-plugin-remoteosd/trunk/debian/copyright (original)
+++ vdr/vdr-plugin-remoteosd/trunk/debian/copyright Sun Mar 23 14:30:28 2008
@@ -13,7 +13,7 @@
     (C) 2006, 2007 Frank Schmirler
 
 Copyright (Debian packaging):
-    (C) 2006-2007 Tobias Grimm, Thomas Günther, Thomas Schmidt
+    (C) 2006 - 2008 Tobias Grimm, Thomas Günther, Thomas Schmidt
 
 License:
     This program is free software; you can redistribute it and/or modify

Modified: vdr/vdr-plugin-remoteosd/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-remoteosd/trunk/debian/rules?rev=6490&op=diff
==============================================================================
--- vdr/vdr-plugin-remoteosd/trunk/debian/rules (original)
+++ vdr/vdr-plugin-remoteosd/trunk/debian/rules Sun Mar 23 14:30:28 2008
@@ -1,93 +1,20 @@
 #! /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
-
-# To use dpatch uncomment the following line and set Build-Depends to dpatch
-DPATCH=yes
-
-ifdef DPATCH
-include /usr/share/dpatch/dpatch.make
-else
-patch:
-patch-stamp:
-unpatch:
-endif
+DEB_INSTALL_CHANGELOGS_ALL = HISTORY
 
 MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=.
 
-configure: configure-stamp
-configure-stamp: patch-stamp
-	dh_testdir
-	touch configure-stamp
+common-build-arch::
+	$(MAKE) all $(MAKE_OPTIONS)
 
-build: build-stamp
-build-stamp: configure-stamp
-	dh_testdir
-	$(MAKE) all $(MAKE_OPTIONS)
-	touch build-stamp
+clean::
+	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
+	rm -f libvdr-*.so.*
 
-clean: clean-patched unpatch
-clean-patched:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-	-$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
-	rm -f libvdr-*.so.*
-	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
+common-binary-predeb-arch::
 	sh /usr/share/vdr-dev/patchlevel.sh subst
 	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