[pkg-kolab] r1049 - libkolab-perl/branches/2.2.1/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Tue Dec 16 19:19:48 UTC 2008


Author: mparent-guest
Date: 2008-12-16 19:19:48 +0000 (Tue, 16 Dec 2008)
New Revision: 1049

Modified:
   libkolab-perl/branches/2.2.1/debian/changelog
   libkolab-perl/branches/2.2.1/debian/rules
Log:
makefile parameters
relative paths


Modified: libkolab-perl/branches/2.2.1/debian/changelog
===================================================================
--- libkolab-perl/branches/2.2.1/debian/changelog	2008-12-16 19:00:30 UTC (rev 1048)
+++ libkolab-perl/branches/2.2.1/debian/changelog	2008-12-16 19:19:48 UTC (rev 1049)
@@ -7,8 +7,9 @@
   * Moved patch: 40-disable-amavis from kolabd
   * debian/rules:
     - taken manpage for undocumented (s)bin from kolabd
+    - makefile parameters 
 
- -- Mathieu Parent <math.parent at gmail.com>  Tue, 16 Dec 2008 19:55:29 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Tue, 16 Dec 2008 20:12:18 +0100
 
 libkolab-perl (1:2.2.0-4) UNRELEASED; urgency=low
 

Modified: libkolab-perl/branches/2.2.1/debian/rules
===================================================================
--- libkolab-perl/branches/2.2.1/debian/rules	2008-12-16 19:00:30 UTC (rev 1048)
+++ libkolab-perl/branches/2.2.1/debian/rules	2008-12-16 19:19:48 UTC (rev 1049)
@@ -4,7 +4,7 @@
 
 build: patch
 	dh_testdir
-	perl Makefile.PL
+	perl Makefile.PL --config=/etc/kolab --bin=/usr/bin --sbin=/usr/sbin --etc=/etc/kolab
 	$(MAKE)
 	touch build-stamp
 
@@ -23,9 +23,9 @@
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/libkolab-perl
 	# Man pages
-	mkdir -p debian/libkolab-perl/usr/share/man/man1
-	for x in `find debian/libkolab-perl/usr/bin debian/libkolab-perl/usr/sbin -type f`; do \
-	  sed "s/undocumented/`basename $$x`/g" debian/undocumented.1 >debian/libkolab-perl/usr/share/man/man1/`basename $$x`.1; \
+	mkdir -p $(CURDIR)/debian/libkolab-perl/usr/share/man/man1
+	for x in `find $(CURDIR)/debian/libkolab-perl/usr/bin $(CURDIR)/debian/libkolab-perl/usr/sbin -type f`; do \
+	  sed "s/undocumented/`basename $$x`/g" $(CURDIR)/debian/undocumented.1 > $(CURDIR)/debian/libkolab-perl/usr/share/man/man1/`basename $$x`.1; \
 	done
 
 




More information about the pkg-kolab-devel mailing list