r6509 - in /vdr/vdr-plugin-xine/trunk/debian: changelog control rules

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Sun Mar 23 18:46:21 UTC 2008


Author: tiber-guest
Date: Sun Mar 23 18:46:21 2008
New Revision: 6509

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6509
Log:
* New upstream release
* Build-Depend on vdr-dev (>=1.6.0)
* Build-Depend on ibxine-dev (>= 1.1.90hg+20080321+5ac9723858b2)
* Renamed XS-Vcs-* fields to Vcs-* in debian/control
* Bumped Standards-Version to 3.7.3
* Added Homepage field to debian/control
* Switched Build-System to cdbs, Build-Depend on cdbs
* Don't automatically convert docs in /usr/share/doc/vdr-plugin-xine
  from iso8859-1 -t utf-8 (Debian docs should be UTF-8 in the first
  place)

Modified:
    vdr/vdr-plugin-xine/trunk/debian/changelog
    vdr/vdr-plugin-xine/trunk/debian/control
    vdr/vdr-plugin-xine/trunk/debian/rules

Modified: vdr/vdr-plugin-xine/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-xine/trunk/debian/changelog?rev=6509&op=diff
==============================================================================
--- vdr/vdr-plugin-xine/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-xine/trunk/debian/changelog Sun Mar 23 18:46:21 2008
@@ -1,3 +1,18 @@
+vdr-plugin-xine (0.8.2-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Build-Depend on vdr-dev (>=1.6.0)
+  * Build-Depend on ibxine-dev (>= 1.1.90hg+20080321+5ac9723858b2)
+  * Renamed XS-Vcs-* fields to Vcs-* in debian/control
+  * Bumped Standards-Version to 3.7.3
+  * Added Homepage field to debian/control
+  * Switched Build-System to cdbs, Build-Depend on cdbs
+  * Don't automatically convert docs in /usr/share/doc/vdr-plugin-xine
+    from iso8859-1 -t utf-8 (Debian docs should be UTF-8 in the first
+    place)
+
+ -- Tobias Grimm <tg at e-tobi.net>  Sun, 23 Mar 2008 19:03:05 +0100
+
 vdr-plugin-xine (0.7.11-1) experimental; urgency=low
 
   * First upload to the official archive (Closes: #445712)

Modified: vdr/vdr-plugin-xine/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-xine/trunk/debian/control?rev=6509&op=diff
==============================================================================
--- vdr/vdr-plugin-xine/trunk/debian/control (original)
+++ vdr/vdr-plugin-xine/trunk/debian/control Sun Mar 23 18:46:21 2008
@@ -3,10 +3,11 @@
 Priority: extra
 Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
 Uploaders: Darren Salt <linux at youmustbejoking.demon.co.uk>, 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, libxine-dev (>= 1.1.90hg+20070930-1), vdr-dev (>= 1.4.5-1)
-Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-xine/trunk/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-xine/trunk/
+Build-Depends: debhelper (>= 5), cdbs, dpatch, vdr-dev (>= 1.6.0), gettext, libxine-dev (>= 1.1.90hg+20080321+5ac9723858b2)
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-xine/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-xine/trunk/
+Homepage: http://home.vr-web.de/~rnissl/
 
 Package: vdr-plugin-xine
 Architecture: any

Modified: vdr/vdr-plugin-xine/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-xine/trunk/debian/rules?rev=6509&op=diff
==============================================================================
--- vdr/vdr-plugin-xine/trunk/debian/rules (original)
+++ vdr/vdr-plugin-xine/trunk/debian/rules Sun Mar 23 18:46:21 2008
@@ -1,90 +1,20 @@
 #! /bin/sh /usr/share/vdr-dev/make-special-vdr.sh
-# -*- makefile -*-
-# 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
 
-CFLAGS = -Wall -g
+DEB_INSTALL_CHANGELOGS_ALL = HISTORY
 
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
-endif
+MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. \
+               LOCALEDIR=debian/tmp/usr/share/locale
 
-# To use dpatch uncomment the following line and set Build-Depends to dpatch
-DPATCH=yes
+common-build-arch::
+	$(MAKE) all $(MAKE_OPTIONS)
 
-ifdef DPATCH
-include /usr/share/dpatch/dpatch.make
-else
-patch:
-patch-stamp:
-unpatch:
-endif
+cleanbuilddir::
+	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
+	rm -f libvdr-*.so.*
 
-DESTDIR = $(CURDIR)/debian/vdr-plugin-xine
-MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. DESTDIR=$(DESTDIR) 
-
-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)
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-	$(MAKE) install $(MAKE_OPTIONS) $(DEFS)
-
-# 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_installchangelogs HISTORY
-	dh_installdocs
-	dh_install
-	dh_link
-	dh_strip
-	set -e; \
-	  for i in debian/vdr-plugin-xine/usr/share/doc/vdr-plugin-xine/*; do \
-	    iconv -f iso8859-1 -t utf-8 <"$$i" >"$$i.new"; \
-	    mv -f "$$i.new" "$$i"; \
-	  done
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	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