[SCM] qtruby packaging branch, master, updated. debian/4.11.3-4.1-1-g1fd9636

Scott Kitterman kitterman at moszumanska.debian.org
Fri Sep 11 02:50:00 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/qtruby.git;a=commitdiff;h=1fd9636

The following commit has been merged in the master branch:
commit 1fd9636b67c48c49ed8694496318b954161f5451
Author: Scott Kitterman <scott at kitterman.com>
Date:   Thu Sep 10 22:48:05 2015 -0400

    * New upstream release
    * Update debian/watch
    * Bump standards version to 3.9.6
    * Drop ruby-qt4-webkit binary and libqtwebkit-dev build-depends in aid of
      Qt4 WebKit removal goal (Closes: #784517)
      - Build-Conflict libqtwebkit-dev just to be sure
    * Drop obsolete libqt4-ruby1.8 transitional package
---
 debian/changelog | 13 +++++++++++++
 debian/control   | 54 +++++++++++++++++++++++++++---------------------------
 debian/watch     |  3 ++-
 3 files changed, 42 insertions(+), 28 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2ea3ff5..8808239 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+qtruby (4:4.14.3-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream release
+  * Update debian/watch
+  * Bump standards version to 3.9.6
+  * Drop ruby-qt4-webkit binary and libqtwebkit-dev build-depends in aid of
+    Qt4 WebKit removal goal (Closes: #784517)
+    - Build-Conflict libqtwebkit-dev just to be sure
+  * Drop obsolete libqt4-ruby1.8 transitional package
+
+ -- Scott Kitterman <scott at kitterman.com>  Thu, 10 Sep 2015 15:25:44 -0400
+
 qtruby (4:4.11.3-4.1) unstable; urgency=medium
 
   * Non-maintainer upload with maintainer approval.
diff --git a/debian/control b/debian/control
index 21c8362..9fc9321 100644
--- a/debian/control
+++ b/debian/control
@@ -13,13 +13,13 @@ Build-Depends: cmake,
                libphonon-dev,
                libqscintilla2-dev,
                libqt4-dev,
-               libqtwebkit-dev,
                libsmokeqt4-dev (>= 4:4.11),
                pkg-kde-tools (>= 0.6.8),
                ruby,
                ruby-dev,
                smoke-dev-tools (>= 4:4.11)
-Standards-Version: 3.9.5
+Build-Conflicts: libqtwebkit-dev
+Standards-Version: 3.9.6
 Homepage: http://projects.kde.org/projects/kde/kdebindings/ruby/qtruby
 Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-sc/qtruby.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-sc/qtruby.git;a=summary
@@ -129,16 +129,16 @@ Description: QtUiTools bindings for the Ruby language
  .
  This is part of the Qt Ruby module.
 
-Package: ruby-qt4-webkit
-Architecture: any
-Depends: ruby-qt4 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
-Breaks: libqt4-ruby (<< 4:4.6.80), libqt4-ruby1.8 (<< 4:4.6.80)
-Replaces: libqt4-ruby (<< 4:4.6.80), libqt4-ruby1.8 (<< 4:4.6.80)
-Description: QtWebKit bindings for the Ruby language
- This package provides the Ruby bindings for the QtWebKit Qt 4 library.
- .
- This is part of the Qt Ruby module.
-
+#Package: ruby-qt4-webkit
+#Architecture: any
+#Depends: ruby-qt4 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+#Breaks: libqt4-ruby (<< 4:4.6.80), libqt4-ruby1.8 (<< 4:4.6.80)
+#Replaces: libqt4-ruby (<< 4:4.6.80), libqt4-ruby1.8 (<< 4:4.6.80)
+#Description: QtWebKit bindings for the Ruby language
+# This package provides the Ruby bindings for the QtWebKit Qt 4 library.
+# .
+# This is part of the Qt Ruby module.
+#
 Package: libqt4-ruby
 Architecture: all
 Section: oldlibs
@@ -147,18 +147,18 @@ Depends: ruby-qt4, ${misc:Depends}
 Description: transitional package for ruby-qt4
  This is a transitional package to ease upgrades to the ruby-qt4 package.
  It can safely be removed.
-
-Package: libqt4-ruby1.8
-Architecture: all
-Section: oldlibs
-Priority: extra
-Depends: ruby-phonon,
-         ruby-qt4,
-         ruby-qt4-script,
-         ruby-qt4-test,
-         ruby-qt4-uitools,
-         ruby-qt4-webkit,
-         ${misc:Depends}
-Description: transitional package for ruby-qt4
- This is a transitional package to ease upgrades to the ruby-qt4 package.
- It can safely be removed.
+#
+#Package: libqt4-ruby1.8
+#Architecture: all
+#Section: oldlibs
+#Priority: extra
+#Depends: ruby-phonon,
+#         ruby-qt4,
+#         ruby-qt4-script,
+#         ruby-qt4-test,
+#         ruby-qt4-uitools,
+#         ruby-qt4-webkit,
+#         ${misc:Depends}
+#Description: transitional package for ruby-qt4
+# This is a transitional package to ease upgrades to the ruby-qt4 package.
+# It can safely be removed.
diff --git a/debian/watch b/debian/watch
index 8417706..2fb300d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
-http://download.kde.org/stable/([\d.]+)/src/qtruby-([\d.]+).tar.xz
+http://download.kde.org/stable/(\d+(?:\.\d+)*)/src/ \
+(?:|.*/)qtruby(?:[_\-]v?|)(\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)

-- 
qtruby packaging



More information about the pkg-kde-commits mailing list