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

Jörg Sommer joerg at alea.gnuu.de
Sat May 24 12:47:57 UTC 2008


The following commit has been merged in the 0.99.19 branch:
commit 26fd3e8312215c99e043508e45ba03aedbc7c4cd
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Sun May 18 02:20:41 2008 +0200

    Use the new install_data target
    
    Upstream added in 0.99.19pre130 a new target install_data for use to
    install only the non‐binary files. This is used by the jed-common
    package.

diff --git a/debian/rules b/debian/rules
index 053dee9..d0a56f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,10 +63,7 @@ binary-indep: config.status
 	dh_clean -i --keep
 	dh_installdirs -i
 
-	if ! [ -e src/objs/jed ]; then > src/objs/jed; fi
-	$(MAKE) DESTDIR=$(jed-common) install
-	if ! [ -s src/objs/jed ]; then rm src/objs/jed; fi
-	rm -r $(jed-common)/usr/bin/
+	$(MAKE) -C src DESTDIR=$(jed-common) install_data
 
 	#
 	# --- JED-COMMON ---

-- 
Debian packaging of JED



More information about the Pkg-jed-commit mailing list