[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/openofficeorg/3.0.1/unstable r1455: fix lintians dbg-package-missing-depends



------------------------------------------------------------
revno: 1455
committer: Rene Engelhard <rene@debian.org>
branch nick: unstable
timestamp: Wed 2009-04-15 11:35:28 +0200
message:
  fix lintians dbg-package-missing-depends
modified:
  changelog
  control
  control.debug.in
  rules
=== modified file 'changelog'
--- a/changelog	2009-04-15 09:33:39 +0000
+++ b/changelog	2009-04-15 09:35:28 +0000
@@ -5,6 +5,8 @@
       BUILD_KDE conditional
   * debian/control.in, debian/broffice.org.postrm.in:
     - Standards-Version: 3.8.1
+  * debian/rules, debian/control.debug.in:
+    - fix lintians dbg-package-missing-depends
 
  -- Rene Engelhard <rene@debian.org>  Mon, 13 Apr 2009 19:43:23 +0200
 

=== modified file 'control'
--- a/control	2009-04-15 09:33:39 +0000
+++ b/control	2009-04-15 09:35:28 +0000
@@ -3274,7 +3274,8 @@
 Section: devel
 Architecture: i386 powerpc sparc mips mipsel armel s390 m68k amd64 ia64 ppc64
 Priority: extra
-Depends: ${misc:Depends}
+Depends: openoffice.org-core (= ${binary:Version} | openoffice.org-gcj (= ${binary:Version} | openoffice.org-dev (= ${binary:Version} | openoffice.org-gnome (= ${binary:Version} | openoffice.org-kde (= ${binary:Version} | openoffice.org-calc (= ${binary:Version}, openoffice.org-base-core (= ${binary:Version} | openoffice.org-base (= ${binary:Version}, openoffice.org-filter-binfilter (= ${binary:Version} | openoffice.org-draw (= ${binary:Version}, openoffice.org-writer (= ${binary:Version} | python-uno (= ${binary:Version} | cli-uno-bridge (= ${binary:Version} | mozilla-openoffice.org (= ${binary:Version}, ${misc:Depends}
+Recommends: ure-dbg
 Suggests: ${dbg-dbg-suggests}
 Description: full-featured office productivity suite -- debug symbols
  OpenOffice.org is a full-featured office productivity suite that provides

=== modified file 'control.debug.in'
--- a/control.debug.in	2009-03-29 20:28:49 +0000
+++ b/control.debug.in	2009-04-15 09:35:28 +0000
@@ -2,7 +2,8 @@
 Section: devel
 Architecture: %OOO_ARCHS%
 Priority: extra
-Depends: ${misc:Depends}
+Depends: openoffice.orgVER-core (= ${binary:Version} | openoffice.orgVER-gcj (= ${binary:Version} | openoffice.orgVER-dev (= ${binary:Version} | openoffice.orgVER-gnome (= ${binary:Version} | openoffice.orgVER-kde (= ${binary:Version} | openoffice.orgVER-calc (= ${binary:Version}, openoffice.orgVER-base-core (= ${binary:Version} | openoffice.orgVER-base (= ${binary:Version}, openoffice.orgVER-filter-binfilter (= ${binary:Version} | openoffice.orgVER-draw (= ${binary:Version}, openoffice.orgVER-writer (= ${binary:Version} | python-uno (= ${binary:Version} | cli-uno-bridge (= ${binary:Version} | mozilla-openoffice.orgVER (= ${binary:Version}, ${misc:Depends}
+Recommends: ure-dbg
 Suggests: ${dbg-dbg-suggests}
 Description: full-featured office productivity suite -- debug symbols
  OpenOffice.org is a full-featured office productivity suite that provides

=== modified file 'rules'
--- a/rules	2009-04-13 21:43:09 +0000
+++ b/rules	2009-04-15 09:35:28 +0000
@@ -439,7 +439,7 @@
   else
 	SMALL_SYMBOLS = y
   endif
-	DBG_DBG_SUGGESTS+= , libc6.1-dbg [alpha ia64], libc0.1-dbg [kfreebsd-i386 kfreebsd-amd64], libc0.3-dbg [hurd-i386], libc6-dbg [!ia64 !alpha !kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], ure-dbg, libatk1.0-dbg, libglib2.0-0-dbg, libgnomevfs2-0-dbg, libstdc++6-$(shell g++ --version | head -n 1 | cut -d' ' -f3 | cut -d'.' -f1,2)-dbg, libx11-6-dbg, libxext6-dbg, libxaw7-dbg, libxml2-dbg, libgtk2.0-0-dbg, libxau6-dbg, libice6-dbg, libsm6-dbg, libxinerama1-dbg, libfontconfig1-dbg
+	DBG_DBG_SUGGESTS+= , libc6.1-dbg [alpha ia64], libc0.1-dbg [kfreebsd-i386 kfreebsd-amd64], libc0.3-dbg [hurd-i386], libc6-dbg [!ia64 !alpha !kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libatk1.0-dbg, libglib2.0-0-dbg, libgnomevfs2-0-dbg, libstdc++6-$(shell g++ --version | head -n 1 | cut -d' ' -f3 | cut -d'.' -f1,2)-dbg, libx11-6-dbg, libxext6-dbg, libxaw7-dbg, libxml2-dbg, libgtk2.0-0-dbg, libxau6-dbg, libice6-dbg, libsm6-dbg, libxinerama1-dbg, libfontconfig1-dbg
   ifeq "$(USE_LIBCURL4)" "y"
 	DBG_DBG_SUGGESTS+= , libcurl3-dbg
   else


Reply to: