------------------------------------------------------------
revno: 1598
committer: Rene Engelhard <[email protected]>
branch nick: unstable
timestamp: Tue 2009-06-30 04:23:47 +0200
message:
  stop running dh_desktop on sid, thanks lintian
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog 2009-06-13 21:37:36 +0000
+++ b/changelog 2009-06-30 02:23:47 +0000
@@ -4,11 +4,12 @@
     - build-conflict against libmono-dev 2.4+dfsg-2 on sparc - -3 is
       supposed to be fixed
   * debian/rules:
-    - remove explicit gcj-4.3 builddep again 
+    - remove explicit gcj-4.3 builddep again
+    - stop running dh_desktop on sid, thanks lintian
   * debian/ttf-opensymbol.*.in: remove; removes fc-cache calls (see
     debian-devel)
 
- -- Rene Engelhard <[email protected]>  Sat, 13 Jun 2009 23:35:16 +0200
+ -- Rene Engelhard <[email protected]>  Tue, 30 Jun 2009 04:23:15 +0200
 
 openoffice.org (1:3.1.0-5) unstable; urgency=low
 

=== modified file 'rules'
--- a/rules     2009-06-13 20:57:14 +0000
+++ b/rules     2009-06-30 02:23:47 +0000
@@ -2998,7 +2998,9 @@
 else
        dh_strip -s
 endif
+ifneq "$(LENNY_BACKPORT)" "y"
        dh_desktop -s
+endif
        dh_icons -s
 ifeq "$(ENABLE_MONO)" "y"
        dh_installcligac -s
@@ -3185,7 +3187,9 @@
        dh_lintian -i
        dh_link -i
        dh_fixperms -i
+ifneq "$(LENNY_BACKPORT)" "y"
        dh_desktop -i
+endif
        dh_icons -i
        dh_installxmlcatalogs -i
 ifeq "$(ENABLE_MONO)" "y"

Reply via email to