[Pkg-ocaml-maint-commits] [SCM] cameleon packaging branch, master, updated. debian/1.9.18.svn20090302+691-1-26-g301d495

Stephane Glondu steph at glondu.net
Tue Sep 8 20:38:33 UTC 2009


The following commit has been merged in the master branch:
commit 189806d1dfb1905abb4b898ad16f7a21f5c54e8d
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Sep 8 21:46:32 2009 +0200

    debian/rules: remove call to deprecated dh_desktop

diff --git a/debian/changelog b/debian/changelog
index ce3bc06..10a5c23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ cameleon (1.9.18.svn20090908+703-1) UNRELEASED; urgency=low
     - update my e-mail address and remove DMUA
     - move to section ocaml
     - update Standards-Version to 3.8.3
+  * debian/rules: remove call to deprecated dh_desktop
 
   [ Sylvain Le Gall ]
   * Fix typo and update .pot for manpages
diff --git a/debian/rules b/debian/rules
index 0d8fc78..bdaece0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -105,9 +105,6 @@ install/cameleon::
 	(echo '#!/bin/sh'; cat '$(MAKE_MY_CHAMO).tmp') > '$(MAKE_MY_CHAMO)'
 	$(RM) '$(MAKE_MY_CHAMO).tmp'
 
-binary-install/cameleon::
-	dh_desktop -pcameleon
-
 redo-patches::
 	rm -f debian/patches/*
 	git format-patch -N -o debian/patches master...patch-queue | \

-- 
cameleon packaging



More information about the Pkg-ocaml-maint-commits mailing list