[SCM] vdr-plugin-ffnetdev packaging repository branch, master, updated. debian/0.1.0+svn20071201.1427-10-6-gb99bfff

etobi git at e-tobi.net
Sun Mar 25 15:03:47 UTC 2012


The following commit has been merged in the master branch:
commit 7b6bbd9bc604775155f37f6e56706f49e47e405d
Author: etobi <git at e-tobi.net>
Date:   Sun Mar 25 16:55:01 2012 +0200

    New upstream homepage

diff --git a/debian/changelog b/debian/changelog
index 6b1dfee..b6779c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+vdr-plugin-ffnetdev (0.1.0+svn20071201.1427-11) experimental; urgency=low
+
+  * Dropped README.source
+  * Source format 3.0 (quilt)
+  * New upstream homepage
+
+ -- Tobias Grimm <etobi at debian.org>  Sun, 25 Mar 2012 16:52:54 +0200
+
 vdr-plugin-ffnetdev (0.1.0+svn20071201.1427-10) experimental; urgency=low
 
   * Switched to GIT using pristine tar
diff --git a/debian/control b/debian/control
index 153209c..742af93 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ 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 (>= 5), cdbs, dpatch, vdr-dev (>= 1.6.0-5)
 Standards-Version: 3.8.3
+Homepage: http://projects.vdr-developer.org/projects/plg-ffnetdev
 Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-ffnetdev.git
 Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr-plugin-ffnetdev.git
 
diff --git a/debian/copyright b/debian/copyright
index 6356d16..ed92218 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
 Upstream Homepage:
-    http://ffnetdev.berlios.de/
+    http://projects.vdr-developer.org/projects/plg-ffnetdev
 
 Upstream Authors:
     Christian Cier-Zniewski <c.cier at gmx.de>
diff --git a/debian/rules b/debian/rules
index e6e51ea..28b2b01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,26 +1,24 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
 
-DEB_INSTALL_CHANGELOGS_ALL = CHANGELOG
+MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. \
+	       LOCALEDIR=usr/share/locale
 
-MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=.
+%:
+	dh $@
 
-common-build-arch::
-	$(MAKE) all $(MAKE_OPTIONS)
+override_dh_auto_build:
+	dh_auto_build -- all $(MAKE_OPTIONS)
 
-clean::
+override_dh_auto_install:
+	# NOP
+
+override_dh_auto_clean:
 	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
-	rm -f libvdr-*.so.*
+	rm -rf locale libvdr-*.so.*
 
-common-binary-predeb-arch::
+override_dh_gencontrol:
 	sh /usr/share/vdr-dev/dependencies.sh
-
-VERSION_ID = $(shell echo $(DEB_UPSTREAM_VERSION) | sed 's/\+svn.*//')+svn$(shell date --utc +%0Y%0m%0d.%0k%0M)
-get-orig-source::
-	echo Downloading $(DEB_SOURCE_PACKAGE) $(VERSION_ID) from svn...
-	svn export -q svn://svn.berlios.de/ffnetdev/trunk $(DEB_SOURCE_PACKAGE)-$(VERSION_ID)
-	tar czf ../$(DEB_SOURCE_PACKAGE)_$(VERSION_ID).orig.tar.gz $(DEB_SOURCE_PACKAGE)-$(VERSION_ID)
-	rm -rf $(DEB_SOURCE_PACKAGE)-$(VERSION_ID)
-	dch -v "$(VERSION_ID)-1" "New Upstream Snapshot"
+	dh_gencontrol
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
index 66cc7d3..62aae87 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,2 @@
 version=3
-opts=downloadurlmangle=s/prdownload/download/ \
-  http://developer.berlios.de/project/showfiles.php?group_id=5833 \
-  .*/ffnetdev/vdr-ffnetdev-(.*)\.tar\.bz2
+http://projects.vdr-developer.org/projects/plg-ffnetdev/files .*/vdr-ffnetdev-(.*)\.tar.bz2

-- 
vdr-plugin-ffnetdev packaging repository



More information about the pkg-vdr-dvb-changes mailing list