[Pkg-ocaml-maint-commits] [SCM] ledit packaging branch, master, updated. debian/2.00-4-9-gb35c0c0
Stefano Zacchiroli
zack at upsilon.cc
Sun Feb 1 17:41:46 UTC 2009
The following commit has been merged in the master branch:
commit b35c0c0bdc5f4f4ad0d1320bf08b161243547166
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date: Sun Feb 1 18:34:13 2009 +0100
debian/rules: prefer "dh_prep" to deprecated "dh_clean -k"
diff --git a/debian/changelog b/debian/changelog
index ba677b7..d2b47d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ ledit (2.01-1) experimental; urgency=low
* New Upstream Version
* Rebuild with OCaml 3.11 (strengthen dep on camlp5)
* debian/control: bump Standards-Version (no changes needed)
+ * debian/rules: prefer "dh_prep" to deprecated "dh_clean -k"
-- Stefano Zacchiroli <zack at debian.org> Sun, 01 Feb 2009 17:58:05 +0100
diff --git a/debian/rules b/debian/rules
index ba7c948..00ce5d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ clean: unpatch
install-indep: build
dh_testdir -i
dh_testroot -i
- dh_clean -k -i
+ dh_prep -i
dh_installdirs -i
$(MAKE) install BINDIR=$(DESTDIR)/usr/bin MANDIR=$(DESTDIR)/usr/share/man/man1
-cp debian/lintian.overrides $(CURDIR)/debian/ledit/usr/share/lintian/overrides/ledit
@@ -47,7 +47,7 @@ install-indep: build
install-arch: build
dh_testdir -s
dh_testroot -s
- dh_clean -k -s
+ dh_prep -s
dh_installdirs -s
mkdir -p $(LEDIT_LIBDIR)
$(MAKE) install-lib LIBDIR=$(LEDIT_LIBDIR)
--
ledit packaging
More information about the Pkg-ocaml-maint-commits
mailing list