[Pkg-tcltk-commits] r604 - tdom/trunk/debian

geox-guest at alioth.debian.org geox-guest at alioth.debian.org
Mon May 12 13:14:14 UTC 2008


Author: geox-guest
Date: 2008-05-12 13:14:13 +0000 (Mon, 12 May 2008)
New Revision: 604

Removed:
   tdom/trunk/debian/dirs
Modified:
   tdom/trunk/debian/rules
Log:
Fixed path to follow tcltk policy.

Deleted: tdom/trunk/debian/dirs
===================================================================
--- tdom/trunk/debian/dirs	2008-05-08 17:44:25 UTC (rev 603)
+++ tdom/trunk/debian/dirs	2008-05-12 13:14:13 UTC (rev 604)
@@ -1,2 +0,0 @@
-usr/bin
-usr/sbin

Modified: tdom/trunk/debian/rules
===================================================================
--- tdom/trunk/debian/rules	2008-05-08 17:44:25 UTC (rev 603)
+++ tdom/trunk/debian/rules	2008-05-12 13:14:13 UTC (rev 604)
@@ -28,7 +28,7 @@
 config.status: configure
 	dh_testdir
 # Add here commands to configure the package.
-	( cd unix ; ../configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-tcl=/usr/lib/tcl$(TCL_VERSION) --enable-threads )
+	( cd unix ; ../configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-tcl=/usr/lib/tcl$(TCL_VERSION) --libdir=\$${prefix}/lib/tcltk --enable-threads )
 
 
 build: build-stamp
@@ -64,8 +64,7 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k 
-	dh_installdirs
-
+	
 # Add here commands to install the package into debian/tdom.
 	( cd unix/ ; $(MAKE) install DESTDIR=$(CURDIR)/debian/tdom/ )
 
@@ -92,6 +91,10 @@
 #	dh_installcron
 #	dh_installinfo
 	dh_installman
+
+	# Delete unused /usr/bin directory, created by Makefile.in
+	rmdir debian/tdom/usr/bin
+
 	dh_link
 	dh_strip
 	dh_compress




More information about the Pkg-tcltk-commits mailing list