[med-svn] r17737 - trunk/packages/ffindex/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Fri Aug 15 07:36:27 UTC 2014


Author: tille
Date: 2014-08-15 07:36:27 +0000 (Fri, 15 Aug 2014)
New Revision: 17737

Modified:
   trunk/packages/ffindex/trunk/debian/changelog
   trunk/packages/ffindex/trunk/debian/control
Log:
cme fix dpkg-control


Modified: trunk/packages/ffindex/trunk/debian/changelog
===================================================================
--- trunk/packages/ffindex/trunk/debian/changelog	2014-08-15 07:33:48 UTC (rev 17736)
+++ trunk/packages/ffindex/trunk/debian/changelog	2014-08-15 07:36:27 UTC (rev 17737)
@@ -6,6 +6,7 @@
      - add myself to Uploaders
      - Priotity: optional
      - debhelper 9
+     - cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Fri, 15 Aug 2014 09:25:28 +0200
 

Modified: trunk/packages/ffindex/trunk/debian/control
===================================================================
--- trunk/packages/ffindex/trunk/debian/control	2014-08-15 07:33:48 UTC (rev 17736)
+++ trunk/packages/ffindex/trunk/debian/control	2014-08-15 07:36:27 UTC (rev 17737)
@@ -1,18 +1,21 @@
 Source: ffindex
-Section: science
-Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Laszlo Kajan <lkajan at debian.org>,
            Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 9), help2man
-Standards-Version: 3.9.4
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               help2man
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/ffindex/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/ffindex/trunk/
 Homepage: http://www.splashground.de/~andy/programs/FFindex/
-Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/ffindex/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/ffindex/trunk/
 
 Package: ffindex
 Architecture: any
-Depends: libffindex0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libffindex0 (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
 Description: simple index/database for huge amounts of small files
  FFindex is a very simple index/database for huge amounts of small files. The
  files are stored concatenated in one big data file, separated by '\0'. A
@@ -25,7 +28,8 @@
 Package: libffindex0
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: library for simple index/database for huge amounts of small files
  FFindex is a very simple index/database for huge amounts of small files. The
  files are stored concatenated in one big data file, separated by '\0'. A
@@ -38,7 +42,8 @@
 Package: libffindex0-dev
 Architecture: any
 Section: libdevel
-Depends: libffindex0 (= ${binary:Version}), ${misc:Depends}
+Depends: libffindex0 (= ${binary:Version}),
+         ${misc:Depends}
 Provides: libffindex-dev
 Description: library for simple index/database for huge amounts of small files (development)
  FFindex is a very simple index/database for huge amounts of small files. The
@@ -53,7 +58,9 @@
 Package: ffindex-dbg
 Architecture: any
 Section: debug
-Depends: ffindex (= ${binary:Version}), libffindex0 (= ${binary:Version}), ${misc:Depends}
+Depends: ffindex (= ${binary:Version}),
+         libffindex0 (= ${binary:Version}),
+         ${misc:Depends}
 Description: simple index/database for huge amounts of small files (debug)
  FFindex is a very simple index/database for huge amounts of small files. The
  files are stored concatenated in one big data file, separated by '\0'. A




More information about the debian-med-commit mailing list