r6027 - in /vdr/vdr-plugin-xineliboutput/trunk/debian: changelog control rules
tschmidt at users.alioth.debian.org
tschmidt at users.alioth.debian.org
Sat Dec 29 23:57:05 UTC 2007
Author: tschmidt
Date: Sat Dec 29 23:57:04 2007
New Revision: 6027
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6027
Log:
* 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
* Use ${binary:Version} instead of ${Source-Version} to make package
binNMUable
Modified:
vdr/vdr-plugin-xineliboutput/trunk/debian/changelog
vdr/vdr-plugin-xineliboutput/trunk/debian/control
vdr/vdr-plugin-xineliboutput/trunk/debian/rules
Modified: vdr/vdr-plugin-xineliboutput/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-xineliboutput/trunk/debian/changelog?rev=6027&op=diff
==============================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/changelog Sat Dec 29 23:57:04 2007
@@ -1,9 +1,17 @@
-vdr-plugin-xineliboutput (1.0.0~rc2-10) UNRELEASED; urgency=low
-
- * NOT RELEASED YET
+vdr-plugin-xineliboutput (1.0.0~rc2-10) unstable; urgency=low
+
+ [ Tobias Grimm ]
* Fixed typo in package description (Closes: #455066)
- -- Tobias Grimm <tg at e-tobi.net> Wed, 28 Nov 2007 09:20:17 +0100
+ [ Thomas Schmidt ]
+ * 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
+ * Use ${binary:Version} instead of ${Source-Version} to make package
+ binNMUable
+
+ -- Thomas Schmidt <tschmidt at debian.org> Sun, 30 Dec 2007 00:54:47 +0100
vdr-plugin-xineliboutput (1.0.0~rc2-9) unstable; urgency=low
Modified: vdr/vdr-plugin-xineliboutput/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-xineliboutput/trunk/debian/control?rev=6027&op=diff
==============================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/control (original)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/control Sat Dec 29 23:57:04 2007
@@ -3,10 +3,11 @@
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
Uploaders: Tobias Grimm <tg at e-tobi.net>, Thomas Schmidt <tschmidt at debian.org>, Thomas Günther <tom at toms-cafe.de>
-Build-Depends: debhelper (>> 4.1.16), dpatch, vdr-dev (>= 1.4.5-2), libxine-dev (<< 1.1.9), libxine-dev (>= 1.1.8), libjpeg62-dev, libxv-dev, libx11-dev, libxext-dev, sharutils, libdbus-glib-1-dev
-Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-xineliboutput/trunk/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-xineliboutput/trunk/
+Build-Depends: debhelper (>> 4.1.16), cdbs, dpatch, vdr-dev (>= 1.4.5-2), libxine-dev (<< 1.1.9), libxine-dev (>= 1.1.8), libjpeg62-dev, libxv-dev, libx11-dev, libxext-dev, sharutils, libdbus-glib-1-dev
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/vdr/vdr-plugin-xineliboutput/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-xineliboutput/trunk/
+Homepage: http://sourceforge.net/projects/xineliboutput
Package: vdr-plugin-xineliboutput
Architecture: any
@@ -18,28 +19,28 @@
Package: libxineliboutput-fbfe
Architecture: any
-Depends: ${shlibs:Depends}, vdr-plugin-xineliboutput (= ${Source-Version}), libxine1-xvdr (= ${Source-Version})
+Depends: ${shlibs:Depends}, vdr-plugin-xineliboutput (= ${binary:Version}), libxine1-xvdr (= ${binary:Version})
Description: Local framebuffer frontend for the xineliboutput plugin
The xineliboutput vdr plugin requires this library to provide the built-in
local frontend for framebuffer devices.
Package: libxineliboutput-sxfe
Architecture: any
-Depends: ${shlibs:Depends}, vdr-plugin-xineliboutput (= ${Source-Version}), libxine1-xvdr (= ${Source-Version})
+Depends: ${shlibs:Depends}, vdr-plugin-xineliboutput (= ${binary:Version}), libxine1-xvdr (= ${binary:Version})
Description: Local X-Server frontend for the xineliboutput plugin
The xineliboutput vdr plugin requires this library to provide the built-in
local frontend for X, Xv or XvMC window systems.
Package: xineliboutput-fbfe
Architecture: any
-Depends: ${shlibs:Depends}, libxine1-xvdr (= ${Source-Version})
+Depends: ${shlibs:Depends}, libxine1-xvdr (= ${binary:Version})
Description: Remote Framebuffer frontend for vdr-plugin-xineliboutput
This frambuffer remote frontend plays back streams provided by
vdr-plugin-xineliboutput.
Package: xineliboutput-sxfe
Architecture: any
-Depends: ${shlibs:Depends}, libxine1-xvdr (= ${Source-Version})
+Depends: ${shlibs:Depends}, libxine1-xvdr (= ${binary:Version})
Description: Remote X-Server frontend for vdr-plugin-xineliboutput
This X/Xv/XvMc remote frontend plays back streams provided by
vdr-plugin-xineliboutput.
Modified: vdr/vdr-plugin-xineliboutput/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-xineliboutput/trunk/debian/rules?rev=6027&op=diff
==============================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/rules (original)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/rules Sat Dec 29 23:57:04 2007
@@ -1,100 +1,29 @@
#! /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
# install target directory for xine plugins
-XINEPLUGINDIR=libxine1-xvdr/$(shell xine-config --plugindir)
+XINEPLUGINDIR = libxine1-xvdr/$(shell xine-config --plugindir)
MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. \
NOSIGNAL_IMAGE_FILE=/usr/share/libxine1-xvdr/nosignal.mpg
-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
+common-binary-predeb-arch::
+ sh /usr/share/vdr-dev/patchlevel.sh subst
+ sh /usr/share/vdr-dev/dependencies.sh
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
+install/vdr-plugin-xineliboutput::
install -d debian/$(XINEPLUGINDIR)/post/
install xineplug_inp_xvdr.so debian/$(XINEPLUGINDIR)/
install xineplug_post_*.so debian/$(XINEPLUGINDIR)/post/
- 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
- 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