[Python-modules-commits] r26605 - in packages/pyqt5/trunk/debian (5 files)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Thu Nov 28 16:28:20 UTC 2013
Date: Thursday, November 28, 2013 @ 16:28:19
Author: mitya57-guest
Revision: 26605
Revert previous commit, it was needed for pyqt4, but not needed here
Added:
packages/pyqt5/trunk/debian/changelog
(from rev 26603, packages/pyqt5/trunk/debian/changelog)
packages/pyqt5/trunk/debian/get-orig-source.sh
(from rev 26603, packages/pyqt5/trunk/debian/get-orig-source.sh)
Deleted:
packages/pyqt5/trunk/debian/changelog
packages/pyqt5/trunk/debian/get-orig-source.sh
packages/pyqt5/trunk/debian/pyqt5-doc.docs
Deleted: packages/pyqt5/trunk/debian/changelog
===================================================================
--- packages/pyqt5/trunk/debian/changelog 2013-11-28 15:43:30 UTC (rev 26604)
+++ packages/pyqt5/trunk/debian/changelog 2013-11-28 16:28:19 UTC (rev 26605)
@@ -1,118 +0,0 @@
-pyqt5 (5.1.1+dfsg-3) UNRELEASED; urgency=low
-
- * Backport upstream patch (gluint64.sip) to disable GLuint64 on GL ES.
- * Symlink duplicate files in examples using fdupes.
- * get-orig-source.sh: Only remove the _static folder, as we still
- need some files in html directory that are not generated by Sphinx.
- * Add pyqt5-doc.docs file.
-
- -- Dmitry Shachnev <mitya57 at gmail.com> Thu, 28 Nov 2013 19:33:21 +0400
-
-pyqt5 (5.1.1+dfsg-2) unstable; urgency=low
-
- * Add pyqt5.qtopengl-dbg Breaks/Conflicts to fix file overwrite error
- (Closes: #729737)
-
- -- Scott Kitterman <scott at kitterman.com> Sat, 16 Nov 2013 16:42:07 -0500
-
-pyqt5 (5.1.1+dfsg-1) unstable; urgency=low
-
- * New upstream bugfix release.
- * Add debian/get-orig-source.sh and explain how to use it in
- README.source; add jquery_rc.py to list of non-free files.
- * Use dh_link for linking jquery.js in examples.
- * Install QOpenGLFunctions libraries in python3-pyqt5.qtopengl package.
- * Call dh_install with --fail-missing option.
- * Do not install Windows-specific activeqt examples.
- * Add new packages for QtSerialPort and QtSensors modules.
- * Make sure dpkg build flags are actually applied.
- * Backport upstream patch to always apply passed qmake variables.
- * Pass --debug option to configure.py when doing debug builds.
- * Link with --as-needed.
- * Simplify install code in debian/rules.
-
- -- Dmitry Shachnev <mitya57 at gmail.com> Sat, 09 Nov 2013 14:26:40 +0400
-
-pyqt5 (5.1+dfsg-1) unstable; urgency=low
-
- [ Scott Kitterman ]
- * New upstream release
- * Install designer plugin in python3-pyqt5
- * Move debug version of libpyqt5qmlplugin.so from python3-pyqt5-dbg to
- python3-pyqt5.qtquick-dbg to match the regular file and avoid duplication
- (Closes: #720679)
- * Remove debian/patches/libpython_multiarch.diff, equivalent change
- incorporated upstream (and debian/patches directory since there are no
- other patches)
- * Add README.source to document how to make DFSG tarball
-
- [ Dmitry Shachnev ]
- * Delete pycache directories in clean target.
- * Regenerate resource files during build.
- * Repack tarball to remove minified javascript from docs and fancybrowser
- example (Closes: #722990).
- * Update debian/watch to use dversionmangle.
- * Build QML plugin only for the default Python version.
-
- -- Scott Kitterman <scott at kitterman.com> Sun, 13 Oct 2013 07:53:00 -0400
-
-pyqt5 (5.0.1-1) experimental; urgency=low
-
- * New upstream release.
- * Bump python3-sip-dev build-dependency to 4.15.
- * Drop all previous patches, applied upstream.
- * Add new package, python3-pyqt5.qtquick, containing QtQuick and QtQml
- extensions.
- * Install QtMultimediaWidgets extension.
- * Make pyqt5-doc recommend python3-pyqt5, because of the examples.
- * Add a patch to support multiarch locations of libpython.
- * Workaround useless warnings from dh_install --list-missing.
-
- -- Dmitry Shachnev <mitya57 at gmail.com> Thu, 22 Aug 2013 11:00:35 +0400
-
-pyqt5 (5.0-3) unstable; urgency=low
-
- * Upload to unstable
- * Set X-Python3-Version back to >= 3.2 as the work-around is not longer
- neeeded (python3.2 is no longer supported in unstable)
-
- -- Scott Kitterman <scott at kitterman.com> Mon, 12 Aug 2013 19:49:25 -0400
-
-pyqt5 (5.0-2) experimental; urgency=low
-
- [ Dmitry Shachnev ]
- * Update debian/copyright, thanks Paul Tagliamonte for comments.
- * Use xz compression for binary packages.
- * Install files to python3-dbus.mainloop.pyqt5{,-dbg} directly instead of
- generating .install files. This fixes a problem of the -dbg package being
- not installable because of unwanted debug-id files (closes: #718551).
-
- [ Scott Kitterman ]
- * Add debian/patches/arm_compile.patch, cherry picked from upstream to
- enable builds on arm (replaces qreal_float_support.diff that was used in
- python-qt4)
- * Remove pycache directories left over in pyqt5-doc
-
- -- Scott Kitterman <scott at kitterman.com> Fri, 09 Aug 2013 17:44:19 -0400
-
-pyqt5 (5.0-1) experimental; urgency=low
-
- [ Dmitry Shachnev ]
- * Initial release, based on python-qt4 packaging (closes: #712630).
- * debian/patches/mainloop_rename.diff: upstream patch to rename
- dbus.mainloop.qt module to dbus.mainloop.pyqt5, to prevent conflicts
- with PyQt4.
-
- [ Scott Kitterman ]
- * Add call to dh_installdocs in debian/rules
- * Added doc-base registration, debian/pyqt5-doc.doc-base
- * Remove empty pyqt5-doc/examples/webkit/googlechat directory
- * Add debian/pyqt5-doc.links to replace embedded copy of jquery.min.js in
- the fancybrowser example with a symlink to the existing copy in the html
- documentation
- * Add debian/patches/fix-example-shebang to remove a buggy and unneeded
- shebang in examples/sql/connection.py
- * Set X-Python3-Version: >= 3.3 in debian/control as a temporary workaround
- to a dh_python3 issue with extension renaming
-
- -- Dmitry Shachnev <mitya57 at gmail.com> Sat, 28 Jul 2013 13:15:13 +0400
Copied: packages/pyqt5/trunk/debian/changelog (from rev 26603, packages/pyqt5/trunk/debian/changelog)
===================================================================
--- packages/pyqt5/trunk/debian/changelog (rev 0)
+++ packages/pyqt5/trunk/debian/changelog 2013-11-28 16:28:19 UTC (rev 26605)
@@ -0,0 +1,115 @@
+pyqt5 (5.1.1+dfsg-3) UNRELEASED; urgency=low
+
+ * Backport upstream patch (gluint64.sip) to disable GLuint64 on GL ES.
+ * Symlink duplicate files in examples using fdupes.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com> Thu, 28 Nov 2013 19:33:21 +0400
+
+pyqt5 (5.1.1+dfsg-2) unstable; urgency=low
+
+ * Add pyqt5.qtopengl-dbg Breaks/Conflicts to fix file overwrite error
+ (Closes: #729737)
+
+ -- Scott Kitterman <scott at kitterman.com> Sat, 16 Nov 2013 16:42:07 -0500
+
+pyqt5 (5.1.1+dfsg-1) unstable; urgency=low
+
+ * New upstream bugfix release.
+ * Add debian/get-orig-source.sh and explain how to use it in
+ README.source; add jquery_rc.py to list of non-free files.
+ * Use dh_link for linking jquery.js in examples.
+ * Install QOpenGLFunctions libraries in python3-pyqt5.qtopengl package.
+ * Call dh_install with --fail-missing option.
+ * Do not install Windows-specific activeqt examples.
+ * Add new packages for QtSerialPort and QtSensors modules.
+ * Make sure dpkg build flags are actually applied.
+ * Backport upstream patch to always apply passed qmake variables.
+ * Pass --debug option to configure.py when doing debug builds.
+ * Link with --as-needed.
+ * Simplify install code in debian/rules.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com> Sat, 09 Nov 2013 14:26:40 +0400
+
+pyqt5 (5.1+dfsg-1) unstable; urgency=low
+
+ [ Scott Kitterman ]
+ * New upstream release
+ * Install designer plugin in python3-pyqt5
+ * Move debug version of libpyqt5qmlplugin.so from python3-pyqt5-dbg to
+ python3-pyqt5.qtquick-dbg to match the regular file and avoid duplication
+ (Closes: #720679)
+ * Remove debian/patches/libpython_multiarch.diff, equivalent change
+ incorporated upstream (and debian/patches directory since there are no
+ other patches)
+ * Add README.source to document how to make DFSG tarball
+
+ [ Dmitry Shachnev ]
+ * Delete pycache directories in clean target.
+ * Regenerate resource files during build.
+ * Repack tarball to remove minified javascript from docs and fancybrowser
+ example (Closes: #722990).
+ * Update debian/watch to use dversionmangle.
+ * Build QML plugin only for the default Python version.
+
+ -- Scott Kitterman <scott at kitterman.com> Sun, 13 Oct 2013 07:53:00 -0400
+
+pyqt5 (5.0.1-1) experimental; urgency=low
+
+ * New upstream release.
+ * Bump python3-sip-dev build-dependency to 4.15.
+ * Drop all previous patches, applied upstream.
+ * Add new package, python3-pyqt5.qtquick, containing QtQuick and QtQml
+ extensions.
+ * Install QtMultimediaWidgets extension.
+ * Make pyqt5-doc recommend python3-pyqt5, because of the examples.
+ * Add a patch to support multiarch locations of libpython.
+ * Workaround useless warnings from dh_install --list-missing.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com> Thu, 22 Aug 2013 11:00:35 +0400
+
+pyqt5 (5.0-3) unstable; urgency=low
+
+ * Upload to unstable
+ * Set X-Python3-Version back to >= 3.2 as the work-around is not longer
+ neeeded (python3.2 is no longer supported in unstable)
+
+ -- Scott Kitterman <scott at kitterman.com> Mon, 12 Aug 2013 19:49:25 -0400
+
+pyqt5 (5.0-2) experimental; urgency=low
+
+ [ Dmitry Shachnev ]
+ * Update debian/copyright, thanks Paul Tagliamonte for comments.
+ * Use xz compression for binary packages.
+ * Install files to python3-dbus.mainloop.pyqt5{,-dbg} directly instead of
+ generating .install files. This fixes a problem of the -dbg package being
+ not installable because of unwanted debug-id files (closes: #718551).
+
+ [ Scott Kitterman ]
+ * Add debian/patches/arm_compile.patch, cherry picked from upstream to
+ enable builds on arm (replaces qreal_float_support.diff that was used in
+ python-qt4)
+ * Remove pycache directories left over in pyqt5-doc
+
+ -- Scott Kitterman <scott at kitterman.com> Fri, 09 Aug 2013 17:44:19 -0400
+
+pyqt5 (5.0-1) experimental; urgency=low
+
+ [ Dmitry Shachnev ]
+ * Initial release, based on python-qt4 packaging (closes: #712630).
+ * debian/patches/mainloop_rename.diff: upstream patch to rename
+ dbus.mainloop.qt module to dbus.mainloop.pyqt5, to prevent conflicts
+ with PyQt4.
+
+ [ Scott Kitterman ]
+ * Add call to dh_installdocs in debian/rules
+ * Added doc-base registration, debian/pyqt5-doc.doc-base
+ * Remove empty pyqt5-doc/examples/webkit/googlechat directory
+ * Add debian/pyqt5-doc.links to replace embedded copy of jquery.min.js in
+ the fancybrowser example with a symlink to the existing copy in the html
+ documentation
+ * Add debian/patches/fix-example-shebang to remove a buggy and unneeded
+ shebang in examples/sql/connection.py
+ * Set X-Python3-Version: >= 3.3 in debian/control as a temporary workaround
+ to a dh_python3 issue with extension renaming
+
+ -- Dmitry Shachnev <mitya57 at gmail.com> Sat, 28 Jul 2013 13:15:13 +0400
Deleted: packages/pyqt5/trunk/debian/get-orig-source.sh
===================================================================
--- packages/pyqt5/trunk/debian/get-orig-source.sh 2013-11-28 15:43:30 UTC (rev 26604)
+++ packages/pyqt5/trunk/debian/get-orig-source.sh 2013-11-28 16:28:19 UTC (rev 26605)
@@ -1,30 +0,0 @@
-#!/bin/sh
-
-set -ex
-
-export TAR_OPTIONS='--owner root --group root --mode a+rX'
-export GZIP_OPTIONS='-9n'
-pwd=$(pwd)
-dfsg_version="$1"
-if [ -z "$dfsg_version" ]
-then
- printf 'Usage: %s <version>\n' "$0"
- exit 1
-fi
-upstream_version="${dfsg_version%+dfsg*}"
-cd "$(dirname "$0")/../"
-tmpdir=$(mktemp -t -d get-orig-source.XXXXXX)
-uscan --noconf --force-download --rename --download-version="$upstream_version" --destdir="$tmpdir"
-cd "$tmpdir"
-tar -xzf pyqt5_*.orig.tar.gz
-rm pyqt5_*.orig.tar.gz
-
-mv PyQt-gpl-* "pyqt5-${dfsg_version}.orig"
-
-# minimized jquery and underscore
-rm -rf "pyqt5-${dfsg_version}.orig/doc/html/_static"
-rm -f "pyqt5-${dfsg_version}.orig/examples/webkit/fancybrowser/jquery.min.js"
-rm -f "pyqt5-${dfsg_version}.orig/examples/webkit/fancybrowser/jquery_rc.py"
-
-tar -czf "$pwd/pyqt5_${dfsg_version}.orig.tar.gz" "pyqt5-${dfsg_version}.orig"
-rm -rf "$tmpdir"
Copied: packages/pyqt5/trunk/debian/get-orig-source.sh (from rev 26603, packages/pyqt5/trunk/debian/get-orig-source.sh)
===================================================================
--- packages/pyqt5/trunk/debian/get-orig-source.sh (rev 0)
+++ packages/pyqt5/trunk/debian/get-orig-source.sh 2013-11-28 16:28:19 UTC (rev 26605)
@@ -0,0 +1,30 @@
+#!/bin/sh
+
+set -ex
+
+export TAR_OPTIONS='--owner root --group root --mode a+rX'
+export GZIP_OPTIONS='-9n'
+pwd=$(pwd)
+dfsg_version="$1"
+if [ -z "$dfsg_version" ]
+then
+ printf 'Usage: %s <version>\n' "$0"
+ exit 1
+fi
+upstream_version="${dfsg_version%+dfsg*}"
+cd "$(dirname "$0")/../"
+tmpdir=$(mktemp -t -d get-orig-source.XXXXXX)
+uscan --noconf --force-download --rename --download-version="$upstream_version" --destdir="$tmpdir"
+cd "$tmpdir"
+tar -xzf pyqt5_*.orig.tar.gz
+rm pyqt5_*.orig.tar.gz
+
+mv PyQt-gpl-* "pyqt5-${dfsg_version}.orig"
+
+# jquery.min.js
+rm -rf "pyqt5-${dfsg_version}.orig/doc/html/"
+rm -f "pyqt5-${dfsg_version}.orig/examples/webkit/fancybrowser/jquery.min.js"
+rm -f "pyqt5-${dfsg_version}.orig/examples/webkit/fancybrowser/jquery_rc.py"
+
+tar -czf "$pwd/pyqt5_${dfsg_version}.orig.tar.gz" "pyqt5-${dfsg_version}.orig"
+rm -rf "$tmpdir"
Deleted: packages/pyqt5/trunk/debian/pyqt5-doc.docs
===================================================================
--- packages/pyqt5/trunk/debian/pyqt5-doc.docs 2013-11-28 15:43:30 UTC (rev 26604)
+++ packages/pyqt5/trunk/debian/pyqt5-doc.docs 2013-11-28 16:28:19 UTC (rev 26605)
@@ -1 +0,0 @@
-doc/html
More information about the Python-modules-commits
mailing list