[med-svn] r20728 - trunk/packages/pythonqt/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Fri Dec 11 10:13:23 UTC 2015


Author: tille
Date: 2015-12-11 10:13:22 +0000 (Fri, 11 Dec 2015)
New Revision: 20728

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


Modified: trunk/packages/pythonqt/trunk/debian/changelog
===================================================================
--- trunk/packages/pythonqt/trunk/debian/changelog	2015-12-11 10:11:50 UTC (rev 20727)
+++ trunk/packages/pythonqt/trunk/debian/changelog	2015-12-11 10:13:22 UTC (rev 20728)
@@ -1,6 +1,8 @@
 pythonqt (3.0-1) UNRELEASED; urgency=medium
 
   * New upstream version
+  * Add myself to uploaders
+  * cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Fri, 11 Dec 2015 11:09:50 +0100
 

Modified: trunk/packages/pythonqt/trunk/debian/control
===================================================================
--- trunk/packages/pythonqt/trunk/debian/control	2015-12-11 10:11:50 UTC (rev 20727)
+++ trunk/packages/pythonqt/trunk/debian/control	2015-12-11 10:13:22 UTC (rev 20728)
@@ -1,18 +1,25 @@
 Source: pythonqt
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Dominique Belhachemi <domibel at debian.org>,
+           Andreas Tille <tille at debian.org>
 Section: libs
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Dominique Belhachemi <domibel at debian.org>
-Build-Depends: debhelper (>= 9), cmake, quilt (>= 0.46-7~), python-dev, qt4-qmake, libqt4-dev
-Standards-Version: 3.9.4
-XS-Python-Version: current
+Build-Depends: debhelper (>= 9),
+               cmake,
+               quilt,
+               python-dev,
+               qt4-qmake,
+               libqt4-dev
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/pythonqt/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/pythonqt/trunk/
 Homepage: http://pythonqt.sourceforge.net
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/pythonqt/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/pythonqt/trunk/
+X-Python-Version: current
 
 Package: libpythonqt2.1
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Dynamic Python binding for the Qt framework - runtime
  PythonQt offers an easy way to embed the Python scripting language into a
  C++ Qt applications. It makes heavy use of the QMetaObject system and thus
@@ -27,11 +34,13 @@
  This package contains the libraries needed to run PythonQt applications.
 
 Package: libpythonqt-dev
+Architecture: any
+Section: libdevel
+Depends: libpythonqt2.1 (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
+Breaks: libpythonqt2-dev (<< 2.1.0~svn247-1~)
 Replaces: libpythonqt2-dev (<< 2.1.0~svn247-1~)
-Breaks: libpythonqt2-dev (<< 2.1.0~svn247-1~)
-Section: libdevel
-Architecture: any
-Depends: libpythonqt2.1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: Dynamic Python binding for the Qt framework - development
  PythonQt offers an easy way to embed the Python scripting language into a
  C++ Qt applications. It makes heavy use of the QMetaObject system and thus




More information about the debian-med-commit mailing list