r8642 - in /dvb/w-scan/trunk/debian: changelog control copyright rules
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Mon May 24 17:08:29 UTC 2010
Author: tiber-guest
Date: Mon May 24 17:08:22 2010
New Revision: 8642
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=8642
Log:
* Uploading to unstable
* Replaced cdbs with debhelper (>= 7.0.50~)
* Added Vcs-* fields
Modified:
dvb/w-scan/trunk/debian/changelog
dvb/w-scan/trunk/debian/control
dvb/w-scan/trunk/debian/copyright
dvb/w-scan/trunk/debian/rules
Modified: dvb/w-scan/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/changelog?rev=8642&op=diff
==============================================================================
--- dvb/w-scan/trunk/debian/changelog (original)
+++ dvb/w-scan/trunk/debian/changelog Mon May 24 17:08:22 2010
@@ -1,3 +1,11 @@
+w-scan (20100316-2) unstable; urgency=low
+
+ * Uploading to unstable
+ * Replaced cdbs with debhelper (>= 7.0.50~)
+ * Added Vcs-* fields
+
+ -- Tobias Grimm <etobi at debian.org> Mon, 24 May 2010 18:24:51 +0200
+
w-scan (20100316-1) experimental; urgency=low
* New upstream release
Modified: dvb/w-scan/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/control?rev=8642&op=diff
==============================================================================
--- dvb/w-scan/trunk/debian/control (original)
+++ dvb/w-scan/trunk/debian/control Mon May 24 17:08:22 2010
@@ -3,8 +3,10 @@
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
Uploaders: Tobias Grimm <etobi at debian.org>
-Build-Depends: debhelper (>= 5), cdbs, linux-libc-dev (>= 2.6.29) | dvb-s2api-liplianin-headers
+Build-Depends: debhelper (>= 7.0.50~), linux-libc-dev (>= 2.6.29) | dvb-s2api-liplianin-headers
Standards-Version: 3.8.4
+Vcs-Svn: svn://svn.debian.org/pkg-vdr-dvb/dvb/w-scan/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-vdr-dvb/dvb/w-scan/trunk
Homepage: http://wirbel.htpc-forum.de/w_scan/index2.html
Package: w-scan
Modified: dvb/w-scan/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/copyright?rev=8642&op=diff
==============================================================================
--- dvb/w-scan/trunk/debian/copyright (original)
+++ dvb/w-scan/trunk/debian/copyright Mon May 24 17:08:22 2010
@@ -8,12 +8,12 @@
Tobias Grimm <etobi at debian.org>
Copyright:
- (c) 2006 - 2009 Winfried Koehler
+ (c) 2006 - 2010 Winfried Koehler
(c) 2006 Holger Waechtler, Johannes Stezenbach
(original "scan" from dvb-apps")
Copyright (Debian packaging):
- (C) 2007 - 2009 Tobias Grimm
+ (C) 2007 - 2010 Tobias Grimm
License:
This program is free software; you can redistribute it and/or modify
Modified: dvb/w-scan/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/rules?rev=8642&op=diff
==============================================================================
--- dvb/w-scan/trunk/debian/rules (original)
+++ dvb/w-scan/trunk/debian/rules Mon May 24 17:08:22 2010
@@ -1,10 +1,15 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
+%:
+ dh $@
-# don't compress example script
-DEB_COMPRESS_EXCLUDE = w_scan_start.sh
+override_dh_auto_install:
+ # don't use upstreams install target
-# don't use upstreams install target
-DEB_MAKE_INSTALL_TARGET =
+override_dh_compress:
+ dh_compress -Xw_scan_start.sh
+
+override_dh_installchangelogs:
+ dh_installchangelogs ChangeLog
+
+.PHONY: override_dh_auto_install override_dh_compress
More information about the pkg-vdr-dvb-changes
mailing list