[SCM] jconv packaging branch, master, updated. debian/0.8.1-1-21-g64f12d8

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Dec 6 18:55:35 UTC 2009


The following commit has been merged in the master branch:
commit 4f6c1a61b719be41cc29fe5ff69fd0d0908ecd4c
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Dec 6 19:35:04 2009 +0100

    Edited rules file (makefile now in /source dir)

diff --git a/debian/rules b/debian/rules
index cfa95fc..c6a77d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,9 +31,9 @@ clean:  unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-arch-stamp build-indep-stamp configure-stamp
-	rm -fr debian/jconv
+	rm -fr debian/jconvolver
 
-	$(MAKE) clean
+	$(MAKE) -C source/ clean
 
 	dh_clean 
 
@@ -41,22 +41,18 @@ install: install-indep install-arch
 install-indep:
 	dh_testdir
 	dh_testroot
-	dh_clean -k -i 
+	dh_prep -i 
 	dh_installdirs -i
 				       
-	dh_install -i config-files/* usr/share/jack-jconv/config-files
+	dh_install -i config-files/* usr/share/jconvolver/config-files
 
 install-arch:
 	dh_testdir
 	dh_testroot
-	dh_clean -k -s 
+	dh_prep -s 
 	dh_installdirs -s
 	
-	# Add here commands to install the arch part of the package into 
-	# debian/tmp.
-	$(MAKE) DESTDIR=$(CURDIR)/debian/jconv install
-
-	dh_install -s --sourcedir=debian/jconv
+	$(MAKE) -C source/ DESTDIR=$(CURDIR)/debian/jconvolver install
 
 binary-common:
 	dh_testdir
@@ -68,7 +64,6 @@ binary-common:
 	dh_strip
 	dh_compress 
 	dh_fixperms
-#	dh_perl
 	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps

-- 
jconv packaging



More information about the pkg-multimedia-commits mailing list