[Po4a-commits] "po-debconf/debian rules,1.24,1.25"
Denis Barbier
barbier-guest at alioth.debian.org
Wed Jan 26 18:57:13 UTC 2011
Update of /cvsroot/po4a/po-debconf/debian
In directory alioth:/tmp/cvs-serv21754/debian
Modified Files:
rules
Log Message:
Use the new 'make install' facility.
Index: rules
===================================================================
RCS file: /cvsroot/po4a/po-debconf/debian/rules,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- rules 5 Apr 2009 19:00:34 -0000 1.24
+++ rules 26 Jan 2011 18:57:10 -0000 1.25
@@ -2,7 +2,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-DESTDIR=`pwd`/debian/po-debconf
build: build-stamp
build-stamp:
@@ -26,14 +25,8 @@
dh_installdocs README README-trans
dh_installdirs
- install -m 0755 debconf-updatepo po2debconf debconf-gettextize $(CURDIR)/debian/po-debconf/usr/bin/
- install -m 0755 podebconf-display-po podebconf-report-po $(CURDIR)/debian/po-debconf/usr/bin/
- install -m 0644 encodings pot-header $(CURDIR)/debian/po-debconf/usr/share/po-debconf
+ $(MAKE) install prefix=/usr DESTDIR=$(CURDIR)/debian/po-debconf
install -m 0644 doc/vi/*.html $(CURDIR)/debian/po-debconf/usr/share/doc/po-debconf/manpages.vi
- for t in translators translators-po submit submit-po call call-po; do \
- install -m 0644 podebconf-report-po_templates/$$t \
- $(CURDIR)/debian/po-debconf/usr/share/po-debconf/templates; \
- done
dh_installman doc/en/*.[1-7] doc/de/*.de.[1-7] doc/fr/*.fr.[1-7] doc/pt/*.pt.[1-7] doc/ru/*.ru.[1-7] doc/vi/*.vi.[1-7]
dh_installchangelogs
dh_compress
More information about the Po4a-commits
mailing list