[med-svn] r17957 - trunk/packages/libtecla/trunk/debian
    Andreas Tille 
    tille at moszumanska.debian.org
       
    Mon Sep  8 07:19:34 UTC 2014
    
    
  
Author: tille
Date: 2014-09-08 07:19:33 +0000 (Mon, 08 Sep 2014)
New Revision: 17957
Modified:
   trunk/packages/libtecla/trunk/debian/changelog
   trunk/packages/libtecla/trunk/debian/control
Log:
cme fix dpkg-control
Modified: trunk/packages/libtecla/trunk/debian/changelog
===================================================================
--- trunk/packages/libtecla/trunk/debian/changelog	2014-09-07 19:50:07 UTC (rev 17956)
+++ trunk/packages/libtecla/trunk/debian/changelog	2014-09-08 07:19:33 UTC (rev 17957)
@@ -1,3 +1,9 @@
+libtecla (1.6.1-6) UNRELEASED; urgency=medium
+
+  * cme fix dpkg-control
+
+ -- Andreas Tille <tille at debian.org>  Mon, 08 Sep 2014 09:18:09 +0200
+
 libtecla (1.6.1-5) unstable; urgency=low
 
   * debian/rules: Another patch provided by Petr Salinger
Modified: trunk/packages/libtecla/trunk/debian/control
===================================================================
--- trunk/packages/libtecla/trunk/debian/control	2014-09-07 19:50:07 UTC (rev 17956)
+++ trunk/packages/libtecla/trunk/debian/control	2014-09-08 07:19:33 UTC (rev 17957)
@@ -1,22 +1,24 @@
 Source: libtecla
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Scott Christley <schristley at mac.com>,
+           Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
-Uploaders: Scott Christley <schristley at mac.com>,
- Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 8), autotools-dev, d-shlibs
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 8),
+               autotools-dev,
+               d-shlibs
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/libtecla/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/libtecla/trunk/
 Homepage: http://www.astro.caltech.edu/~mcs/tecla/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libtecla/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/libtecla/trunk/
 
 Package: libtecla1-dev
+Architecture: any
 Section: libdevel
-Architecture: any
-Depends: libtecla1 (= ${binary:Version}), ${misc:Depends}
+Depends: libtecla1 (= ${binary:Version}),
+         ${misc:Depends}
+Conflicts: libtecla-dev
 Provides: libtecla-dev
-Conflicts: libtecla-dev
 Description: interactive command line editing facilities (development)
  The tecla library provides UNIX and LINUX programs with interactive
  command line editing facilities, similar to those of the UNIX tcsh
@@ -44,9 +46,10 @@
  developing applications using the tecla library.
 
 Package: libtecla1
+Architecture: any
 Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: interactive command line editing facilities
  The tecla library provides UNIX and LINUX programs with interactive
  command line editing facilities, similar to those of the UNIX tcsh
    
    
More information about the debian-med-commit
mailing list