[Po4a-commits] "po4a/debian rules, 1.41, 1.42 changelog, 1.384, 1.385"

Neil Williams codehelp at alioth.debian.org
Thu Nov 12 20:23:33 UTC 2009


Update of /cvsroot/po4a/po4a/debian
In directory alioth:/tmp/cvs-serv20575/debian

Modified Files:
	rules changelog 
Log Message:
Adapt rules to use of po4a-build internally.

Index: rules
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/rules,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- rules	21 Jul 2009 17:13:09 -0000	1.41
+++ rules	12 Nov 2009 20:23:31 -0000	1.42
@@ -27,16 +27,15 @@
 	fi;
 
 	$(PERL) Build.PL installdirs=vendor create_packlist=0
-	$(PERL) Build
+	$(MAKE)
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
-
-	-$(PERL) Build clean
+	$(RM) -r html t/tmp po/www
 	rm -rf _build build-stamp Build
-
+	$(MAKE) clean
 	dh_clean
 
 install: build
@@ -44,14 +43,8 @@
 	dh_testroot
 	dh_prep
 	dh_installdirs
-
+	$(MAKE) install DESTDIR=$(DESTDIR) prefix=/usr
 #	$(PERL) Build test
-	$(PERL) Build install destdir=$(DESTDIR)
-
-	for man in $(DESTDIR)/usr/share/man/man3/*.3pm; do \
-	    sed -i -e "s/ç/\\[,c]/g;s/Ç/\\[,C]/g" \
-	           -e "s/ü/\\[:u]/g;s/é/\\['e]/g" $$man; \
-	done
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -60,6 +53,9 @@
 	dh_installdocs NEWS
 	dh_installchangelogs changelog
 	dh_installexamples
+	dh_installman
+	dh_install
+	dh_lintian
 	dh_compress
 	dh_fixperms
 	dh_installdeb

Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/changelog,v
retrieving revision 1.384
retrieving revision 1.385
diff -u -d -r1.384 -r1.385
--- changelog	12 Nov 2009 20:22:45 -0000	1.384
+++ changelog	12 Nov 2009 20:23:31 -0000	1.385
@@ -5,8 +5,9 @@
   * Add myself as uploader for po4a-build development.
   * Update copyright for po4a-build (GPL-3+)
   * Add lintian overrides for #555330
+  * Adapt rules to use of po4a-build internally.
 
- -- Neil Williams <codehelp at debian.org>  Thu, 12 Nov 2009 20:22:31 +0000
+ -- Neil Williams <codehelp at debian.org>  Thu, 12 Nov 2009 20:23:24 +0000
 
 po4a (0.36.6-1) unstable; urgency=low
 




More information about the Po4a-commits mailing list