[SCM] Mumudvb packaging branch, master, updated. debian/1.5.4-1-196-g244c6f6
Stephane Glondu
steph at glondu.net
Sun Sep 20 22:29:35 UTC 2009
The following commit has been merged in the master branch:
commit 3c8d27b8082f2619b22a7abe54b996868b076e10
Author: Stephane Glondu <steph at glondu.net>
Date: Mon Sep 21 00:06:01 2009 +0200
Various updates
diff --git a/debian/control b/debian/control
index 2c9b945..765593a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,12 @@
Source: mumudvb
-Section: misc
+Section: video
Priority: extra
Maintainer: Stéphane Glondu <glondu at debian.org>
-Build-Depends: debhelper (>= 7), dvb-apps
-Standards-Version: 3.8.1
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ asciidoc,
+ dvb-apps
+Standards-Version: 3.8.3
Homepage: http://mumudvb.braice.net/
Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/dvb/mumudvb.git
Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/dvb/mumudvb.git
diff --git a/debian/rules b/debian/rules
index 2c93668..24dc42f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,37 +4,11 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-GITWEB_URL=http://gitweb.braice.net/gitweb?p=mumudvb.git
-GITWEB_RE=<a href="\/gitweb\?p=mumudvb\.git;a=snapshot;h=([0-9a-f]+)">
-
-build:
- cp scripts/mumudvb.init debian
- dh $@
-
-clean:
+%:
dh $@
-install: build
- dh install --before dh_auto_install
- $(MAKE) DESTDIR=$(CURDIR)/debian/mumudvb install
-# Install the man files
- $(MAKE) DESTDIR=$(CURDIR)/debian/mumudvb install_man
-# Remove /var/run/mumudvb, will be created at postinst
- rm -Rf $(CURDIR)/debian/mumudvb/var
- dh install --after dh_auto_install
-
-binary-indep: install
- @echo No binary-indep package
-
-binary-arch: install
- dh $@
-
-binary: binary-indep binary-arch
-
-get-orig-source:
- HEAD=$$(wget -O - "$(GITWEB_URL)" | perl -ne 'if (/$(GITWEB_RE)/) { print $$1; exit }'); \
- VERSION=$$(perl -ne 'if (/^[^(]+\(([0-9.]+)/) { print $$1; exit }' debian/changelog); \
- wget -O "../mumudvb_$$VERSION+git$$(date +'%Y%m%d').$$(echo $$HEAD|head -c7).orig.tar.gz" \
- "$(GITWEB_URL);a=snapshot;h=$$HEAD"
-
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: override_dh_auto_configure
+override_dh_auto_configure:
+ cp scripts/debian/etc/init.d/mumudvb debian/mumudvb.init
+# ./configure messes up with --disable-dependency-tracking
+ ./configure --prefix=/usr
diff --git a/debian/watch b/debian/watch
index 63a6f1c..fcf1e0f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1 +1,5 @@
-# There is no upstream tarball, only git repository
+# There is no upstream tarball, only a git repository at:
+# http://mumudvbgit.braice.net/mumudvb
+#
+# There is also a gitweb instance available for browsing at:
+# http://gitweb.braice.net/gitweb?p=mumudvb
--
Mumudvb packaging
More information about the pkg-vdr-dvb-changes
mailing list