r6541 - in /vdr/vdr-plugin-menuorg/trunk/debian: changelog control copyright install rules

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Thu Apr 3 21:48:27 UTC 2008


Author: tiber-guest
Date: Thu Apr  3 21:48:25 2008
New Revision: 6541

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6541
Log:
* New upstream release
* Build-depend on vdr (>=1.6.0)
* Bumped Standards-Version to 3.7.3
* Switched Build-System to cdbs, Build-Depend on cdbs
* Updated debian/copyright

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

Modified: vdr/vdr-plugin-menuorg/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-menuorg/trunk/debian/changelog?rev=6541&op=diff
==============================================================================
--- vdr/vdr-plugin-menuorg/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-menuorg/trunk/debian/changelog Thu Apr  3 21:48:25 2008
@@ -1,3 +1,13 @@
+vdr-plugin-menuorg (0.4.3-1) experimental; urgency=low
+
+  * New upstream release
+  * Build-depend on vdr (>=1.6.0)
+  * Bumped Standards-Version to 3.7.3
+  * Switched Build-System to cdbs, Build-Depend on cdbs
+  * Updated debian/copyright
+
+ -- Tobias Grimm <tg at e-tobi.net>  Thu, 03 Apr 2008 23:47:32 +0200
+
 vdr-plugin-menuorg (0.3.1-3) experimental; urgency=low
 
   * Force rebuild for vdr 1.5.15

Modified: vdr/vdr-plugin-menuorg/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-menuorg/trunk/debian/control?rev=6541&op=diff
==============================================================================
--- vdr/vdr-plugin-menuorg/trunk/debian/control (original)
+++ vdr/vdr-plugin-menuorg/trunk/debian/control Thu Apr  3 21:48:25 2008
@@ -2,8 +2,8 @@
 Section: misc
 Priority: extra
 Maintainer: Tobias Grimm <tg at e-tobi.net>
-Build-Depends: debhelper (>= 5), vdr-dev (>= 1.4.7-2ctvdr1), libxml++2.6-dev, libglibmm-2.4-dev
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 5), cdbs, vdr-dev (>= 1.6.0), pkg-config, gettext, libxml++2.6-dev, libglibmm-2.4-dev
+Standards-Version: 3.7.3
 
 Package: vdr-plugin-menuorg
 Architecture: any

Modified: vdr/vdr-plugin-menuorg/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-menuorg/trunk/debian/copyright?rev=6541&op=diff
==============================================================================
--- vdr/vdr-plugin-menuorg/trunk/debian/copyright (original)
+++ vdr/vdr-plugin-menuorg/trunk/debian/copyright Thu Apr  3 21:48:25 2008
@@ -9,10 +9,11 @@
     Tobias Grimm <tg at e-tobi.net>
 
 Copyright:
-    (C) 2007 Thomas Creutz, Tobias Grimm 
+    (C) 2007 - 2009 Tobias Grimm
+    (C) 2007        Thomas Creutz
 
 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
@@ -31,8 +32,8 @@
     02110-1301, USA.
 
     The complete text of the GNU General Public License can be found
-    in /usr/share/common-licenses/GPL on most Debian systems.
+    in /usr/share/common-licenses/GPL-2 on most Debian systems.
 
 License (Debian packaging):
     The Debian packaging is licensed under the GPL, version 2 or any
-    later version, see /usr/share/common-licenses/GPL.
+    later version, see /usr/share/common-licenses/GPL-2.

Modified: vdr/vdr-plugin-menuorg/trunk/debian/install
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-menuorg/trunk/debian/install?rev=6541&op=diff
==============================================================================
--- vdr/vdr-plugin-menuorg/trunk/debian/install (original)
+++ vdr/vdr-plugin-menuorg/trunk/debian/install Thu Apr  3 21:48:25 2008
@@ -1,5 +1,6 @@
-libvdr-menuorg.so.*        usr/lib/vdr/plugins/
-menuorg.xml                usr/share/vdr-plugin-menuorg/
-menuorg.dtd                usr/share/vdr-plugin-menuorg/
-debian/menuorg.xml.minimum usr/share/vdr-plugin-menuorg/
-vdr-submenu2menuorg        usr/bin/
+libvdr-menuorg.so.*           usr/lib/vdr/plugins/
+menuorg.xml                   usr/share/vdr-plugin-menuorg/
+menuorg.dtd                   usr/share/vdr-plugin-menuorg/
+debian/menuorg.xml.minimum    usr/share/vdr-plugin-menuorg/
+vdr-submenu2menuorg           usr/bin/
+debian/tmp/usr/share/locale

Modified: vdr/vdr-plugin-menuorg/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-menuorg/trunk/debian/rules?rev=6541&op=diff
==============================================================================
--- vdr/vdr-plugin-menuorg/trunk/debian/rules (original)
+++ vdr/vdr-plugin-menuorg/trunk/debian/rules Thu Apr  3 21:48:25 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
+DEB_INSTALL_CHANGELOGS_ALL = HISTORY
 
-# To use dpatch uncomment the following line and set Build-Depends to dpatch
-# DPATCH=yes
+MAKE_OPTIONS = DVBDIR=/usr 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 = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=.
+cleanbuilddir::
+	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
+	rm -f libvdr-*.so.*
 
-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
-	-$(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