[Pkg-jed-commit] [SCM] Debian packaging of JED branch, 0.99.19, updated. 1%3A0.99.18+dfsg.1-10-183-ga3486c3

Jörg Sommer joerg at alea.gnuu.de
Sat May 24 14:40:54 UTC 2008


The following commit has been merged in the 0.99.19 branch:
commit 5536f8218dc4ac75274421ee993cfd5b3465dd2b
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Sat May 24 16:22:42 2008 +0200

    Do not include manpages in jed-common
    
    We ship the manpages with the binary packages, so we can't include them
    in the jed-common package, too.

diff --git a/debian/rules b/debian/rules
index d0a56f2..f8d020b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,7 +63,8 @@ binary-indep: config.status
 	dh_clean -i --keep
 	dh_installdirs -i
 
-	$(MAKE) -C src DESTDIR=$(jed-common) install_data
+	$(MAKE) -C src DESTDIR=$(jed-common) JED_MAN_FILES= install_data
+	rm -r $(jed-common)/usr/share/share
 
 	#
 	# --- JED-COMMON ---

-- 
Debian packaging of JED



More information about the Pkg-jed-commit mailing list