Author: domibel Date: 2013-11-04 03:58:59 +0000 (Mon, 04 Nov 2013) New Revision: 15074
Added: trunk/packages/pythonqt/trunk/debian/libpythonqt-dev.install trunk/packages/pythonqt/trunk/debian/libpythonqt2.1.install Removed: trunk/packages/pythonqt/trunk/debian/libpythonqt2-dev.install trunk/packages/pythonqt/trunk/debian/libpythonqt2.0.install Modified: trunk/packages/pythonqt/trunk/debian/changelog trunk/packages/pythonqt/trunk/debian/compat trunk/packages/pythonqt/trunk/debian/control trunk/packages/pythonqt/trunk/debian/copyright trunk/packages/pythonqt/trunk/debian/patches/cmakebuildsystem.patch trunk/packages/pythonqt/trunk/debian/rules Log: * new snapshot based on svn r247 * bump libpythonqt2.0 to libpythonqt2.1.0 * maintain only one dev package (change libpythonqt2-dev to libpythonqt-dev) * bump Standards-Version: 3.9.4 * remove obsolete DM-Upload-Allowed field * debian/copyright: removed obsolete fields in dep5 copyright * debian/compat: bump to 9 * debian/control: fix dh syntax issue Modified: trunk/packages/pythonqt/trunk/debian/changelog =================================================================== --- trunk/packages/pythonqt/trunk/debian/changelog 2013-10-31 22:06:44 UTC (rev 15073) +++ trunk/packages/pythonqt/trunk/debian/changelog 2013-11-04 03:58:59 UTC (rev 15074) @@ -1,8 +1,15 @@ -pythonqt (2.1.0+svn244-1) UNRELEASED; urgency=low +pythonqt (2.1.0~svn247-1) unstable; urgency=low - * new snapshot based on svn r244 + * new snapshot based on svn r247 + * bump libpythonqt2.0 to libpythonqt2.1.0 + * maintain only one dev package (change libpythonqt2-dev to libpythonqt-dev) + * bump Standards-Version: 3.9.4 + * remove obsolete DM-Upload-Allowed field + * debian/copyright: removed obsolete fields in dep5 copyright + * debian/compat: bump to 9 + * debian/control: fix dh syntax issue - -- Dominique Belhachemi <[email protected]> Thu, 04 Apr 2013 21:24:02 -0400 + -- Dominique Belhachemi <[email protected]> Sun, 03 Nov 2013 20:30:26 -0500 pythonqt (2.0.1-1.1) unstable; urgency=low Modified: trunk/packages/pythonqt/trunk/debian/compat =================================================================== --- trunk/packages/pythonqt/trunk/debian/compat 2013-10-31 22:06:44 UTC (rev 15073) +++ trunk/packages/pythonqt/trunk/debian/compat 2013-11-04 03:58:59 UTC (rev 15074) @@ -1 +1 @@ -7 +9 Modified: trunk/packages/pythonqt/trunk/debian/control =================================================================== --- trunk/packages/pythonqt/trunk/debian/control 2013-10-31 22:06:44 UTC (rev 15073) +++ trunk/packages/pythonqt/trunk/debian/control 2013-11-04 03:58:59 UTC (rev 15074) @@ -2,16 +2,15 @@ Section: libs Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> -DM-Upload-Allowed: yes -Uploaders: Mathieu Malaterre <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), cmake, quilt (>= 0.46-7~), python-dev, qt4-qmake, libqt4-dev -Standards-Version: 3.9.1 +Uploaders: Mathieu Malaterre <[email protected]>, Dominique Belhachemi <[email protected]> +Build-Depends: debhelper (>= 9), cmake, quilt (>= 0.46-7~), python-dev, qt4-qmake, libqt4-dev +Standards-Version: 3.9.4 XS-Python-Version: current 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/ -Package: libpythonqt2.0 +Package: libpythonqt2.1 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Dynamic Python binding for the Qt framework - runtime @@ -27,10 +26,12 @@ . This package contains the libraries needed to run PythonQt applications. -Package: libpythonqt2-dev +Package: libpythonqt-dev +Replaces: libpythonqt2-dev (<< 2.1.0~svn247-1~) +Breaks: libpythonqt2-dev (<< 2.1.0~svn247-1~) Section: libdevel Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +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 Modified: trunk/packages/pythonqt/trunk/debian/copyright =================================================================== --- trunk/packages/pythonqt/trunk/debian/copyright 2013-10-31 22:06:44 UTC (rev 15073) +++ trunk/packages/pythonqt/trunk/debian/copyright 2013-11-04 03:58:59 UTC (rev 15074) @@ -1,6 +1,3 @@ -Format-Specification: http://dep.debian.net/deps/dep5/ -Name: pythonqt -Maintainer: Mathieu Malaterre Source: http://pythonqt.sourceforge.net/ Copied: trunk/packages/pythonqt/trunk/debian/libpythonqt-dev.install (from rev 15073, trunk/packages/pythonqt/trunk/debian/libpythonqt2-dev.install) =================================================================== --- trunk/packages/pythonqt/trunk/debian/libpythonqt-dev.install (rev 0) +++ trunk/packages/pythonqt/trunk/debian/libpythonqt-dev.install 2013-11-04 03:58:59 UTC (rev 15074) @@ -0,0 +1,2 @@ +usr/lib/libPythonQt.so +usr/include/PythonQt/*.h Deleted: trunk/packages/pythonqt/trunk/debian/libpythonqt2-dev.install =================================================================== --- trunk/packages/pythonqt/trunk/debian/libpythonqt2-dev.install 2013-10-31 22:06:44 UTC (rev 15073) +++ trunk/packages/pythonqt/trunk/debian/libpythonqt2-dev.install 2013-11-04 03:58:59 UTC (rev 15074) @@ -1,2 +0,0 @@ -usr/lib/libPythonQt.so -usr/include/PythonQt/*.h Deleted: trunk/packages/pythonqt/trunk/debian/libpythonqt2.0.install =================================================================== --- trunk/packages/pythonqt/trunk/debian/libpythonqt2.0.install 2013-10-31 22:06:44 UTC (rev 15073) +++ trunk/packages/pythonqt/trunk/debian/libpythonqt2.0.install 2013-11-04 03:58:59 UTC (rev 15074) @@ -1 +0,0 @@ -usr/lib/libPythonQt.so.* Copied: trunk/packages/pythonqt/trunk/debian/libpythonqt2.1.install (from rev 15073, trunk/packages/pythonqt/trunk/debian/libpythonqt2.0.install) =================================================================== --- trunk/packages/pythonqt/trunk/debian/libpythonqt2.1.install (rev 0) +++ trunk/packages/pythonqt/trunk/debian/libpythonqt2.1.install 2013-11-04 03:58:59 UTC (rev 15074) @@ -0,0 +1 @@ +usr/lib/libPythonQt.so.* Modified: trunk/packages/pythonqt/trunk/debian/patches/cmakebuildsystem.patch =================================================================== --- trunk/packages/pythonqt/trunk/debian/patches/cmakebuildsystem.patch 2013-10-31 22:06:44 UTC (rev 15073) +++ trunk/packages/pythonqt/trunk/debian/patches/cmakebuildsystem.patch 2013-11-04 03:58:59 UTC (rev 15074) @@ -5,8 +5,8 @@ # Build the library +set(PythonQt_MAJOR_VERSION 2) -+set(PythonQt_MINOR_VERSION 0) -+set(PythonQt_BUILD_VERSION 1) ++set(PythonQt_MINOR_VERSION 1) ++set(PythonQt_BUILD_VERSION 0) +set(PythonQt_VERSION + "${PythonQt_MAJOR_VERSION}.${PythonQt_MINOR_VERSION}.${PythonQt_BUILD_VERSION}") +set(PythonQt_API_VERSION Modified: trunk/packages/pythonqt/trunk/debian/rules =================================================================== --- trunk/packages/pythonqt/trunk/debian/rules 2013-10-31 22:06:44 UTC (rev 15073) +++ trunk/packages/pythonqt/trunk/debian/rules 2013-11-04 03:58:59 UTC (rev 15074) @@ -10,7 +10,7 @@ #export DH_VERBOSE=1 %: - dh --parallel --with quilt --buildsystem=cmake $@ + dh $@ --parallel --with quilt --buildsystem=cmake get-orig-source: uscan --verbose --force-download --repack --rename _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
