[SCM] lv2fil packaging branch, master, updated. upstream/2.0-12-g8d12d2b

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Oct 4 15:29:22 UTC 2009


The following commit has been merged in the master branch:
commit 8d12d2bac267ebf8c7aa46c10e9cf924580cc5d7
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Oct 4 17:27:41 2009 +0200

    Added patch removing shebang line from ui file

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..4c35f89
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1 @@
+/usr/share/doc/quilt/README.source
diff --git a/debian/control b/debian/control
index 3a89a02..15dce0d 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ Build-Depends: debhelper (>= 7),
                lv2core,
                liblo0-dev,
                python,
-               pkg-config
+               pkg-config,
+               quilt
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/lv2fil.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/lv2fil.git;a=summary
diff --git a/debian/patches/remove_shebang_ui.patch b/debian/patches/remove_shebang_ui.patch
new file mode 100644
index 0000000..84375ae
--- /dev/null
+++ b/debian/patches/remove_shebang_ui.patch
@@ -0,0 +1,11 @@
+Patch removing shebang line from ui file
+Index: lv2fil/ui
+===================================================================
+--- lv2fil.orig/ui	2009-10-04 14:53:58.000000000 +0200
++++ lv2fil/ui	2009-10-04 14:54:28.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#
+ #
+ # Copyright (C) 2008,2009 Nedko Arnaudov <nedko at arnaudov.name>
+ # Copyright (C) 2006 Leonard Ritter <contact at leonard-ritter.com>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9de6dbf
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove_shebang_ui.patch
diff --git a/debian/rules b/debian/rules
index 7689348..d60f6d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,22 +4,25 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/quilt/quilt.make
+
 WAF = ./waf
 
-config.status: 
+config.status: $(QUILT_STAMPFN)
 	dh_testdir
 
 	$(WAF) configure   --destdir=/usr --lv2-dir=/usr/lib/lv2
 
 build: build-stamp
-build-stamp:  config.status
+build-stamp: config.status
+	 
 	dh_testdir
 
 	$(WAF)
 
 	touch $@
 
-clean:
+clean:  unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 

-- 
lv2fil packaging



More information about the pkg-multimedia-commits mailing list