[Python-apps-commits] r14581 - in packages/catfish/trunk/debian (4 files)

bluesabre-guest at users.alioth.debian.org bluesabre-guest at users.alioth.debian.org
Sun Jan 28 12:17:46 UTC 2018


    Date: Sunday, January 28, 2018 @ 12:17:41
  Author: bluesabre-guest
Revision: 14581

[svn-inject] Applying Debian modifications (1.4.4-1) to trunk

Modified:
  packages/catfish/trunk/debian/changelog
  packages/catfish/trunk/debian/compat
  packages/catfish/trunk/debian/control
  packages/catfish/trunk/debian/rules

Modified: packages/catfish/trunk/debian/changelog
===================================================================
--- packages/catfish/trunk/debian/changelog	2018-01-27 22:21:42 UTC (rev 14580)
+++ packages/catfish/trunk/debian/changelog	2018-01-28 12:17:41 UTC (rev 14581)
@@ -1,8 +1,10 @@
 catfish (1.4.4-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * debian/compat:
+    - Bump debhelper compatibility to 11
   * debian/control:
-    - Update Standards-Version to 4.1.1
+    - Update Standards-Version to 4.1.3
     - Updated VCS-Browser to secure origin
     - Add build dependency on python-gi-dev
   * debian/copyright:
@@ -12,13 +14,14 @@
     - Removed, resolves command-in-menu-file-and-desktop-file lintian
       warning
   * debian/rules:
-    - Build with pybuild
+    - Build with pybuild, non-existent tests are disabled to prevent
+      failing builds on Python 3.5+
   * debian/patches:
     - Dropped, included upstream.
   * debian/watch:
     - Add upstream signing-key.asc
 
- -- Sean Davis <smd.seandavis at gmail.com>  Sat, 27 Jan 2018 17:18:34 -0500
+ -- Sean Davis <smd.seandavis at gmail.com>  Sun, 28 Jan 2018 06:45:49 -0500
 
 catfish (1.2.2-1) unstable; urgency=medium
 
@@ -126,23 +129,23 @@
   * Create debian/catfish.manpages, debian/docs,
     debian/patches/Manually-Install-Docs.patch
   * Delete debian/README.source, we no longer use dpatch
-  * debian/copyright: 
+  * debian/copyright:
     - Specify GPL-2+
     - Convert to debian format 1.0
-  * debian/control: 
+  * debian/control:
     - Bump debhelper to 9
     - Use "canonical" VCS fields
     - Update description
   * debian/compat: Set as 9
   * Use new URL in debian/watch
-  
+
   [ Sean Davis ]
   * debian/control
     - Updated standards version to 3.9.4
     - Updated homepage to launchpad
     - Remove dependencies on yelp, gksu
     - Move zeitgeist dependencies to Suggests
-    - Update description to be more accurate    
+    - Update description to be more accurate
   * Update watch file for new home on Launchpad
     - update debian/watch
 
@@ -234,15 +237,15 @@
   * debian/patches/10Fix_makefile.dpatch: UPDATED
     - Disable the creation of symlinks in Makefile as we will
       handle it in debian/rules to ensure they are created correctly.
-  * debian/rules: 
+  * debian/rules:
     - Updated to create correct symlinks that were being incorrectly created in
-      the Makefile.    
+      the Makefile.
   * Closes lp: #222050
-  
+
  -- Cody A.W. Somerville <cody-somerville at ubuntu.com>  Thu, 22 May 2008 02:48:46 +0200
 
 catfish (0.3-1) unstable; urgency=low
-  
+
   * debian/control:
     - added python-gobject to Depends
     - removed dbus from Depends

Modified: packages/catfish/trunk/debian/compat
===================================================================
--- packages/catfish/trunk/debian/compat	2018-01-27 22:21:42 UTC (rev 14580)
+++ packages/catfish/trunk/debian/compat	2018-01-28 12:17:41 UTC (rev 14581)
@@ -1 +1 @@
-9
\ No newline at end of file
+11

Modified: packages/catfish/trunk/debian/control
===================================================================
--- packages/catfish/trunk/debian/control	2018-01-27 22:21:42 UTC (rev 14580)
+++ packages/catfish/trunk/debian/control	2018-01-28 12:17:41 UTC (rev 14581)
@@ -3,16 +3,16 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Jackson Doak <noskcaj at ubuntu.com>, Sean Davis <smd.seandavis at gmail.com>
-Build-Depends: debhelper (>= 9), python3, python3-distutils-extra, python-gi-dev
-Standards-Version: 4.1.1
+Build-Depends: debhelper (>= 11), python3, python3-distutils-extra, python-gi-dev
+Standards-Version: 4.1.3
 Homepage: https://launchpad.net/catfish-search
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/catfish/trunk/
 Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/catfish/trunk/
 
 Package: catfish
 Architecture: all
-Depends: ${python3:Depends}, 
- ${misc:Depends}, 
+Depends: ${python3:Depends},
+ ${misc:Depends},
  gir1.2-glib-2.0,
  gir1.2-gtk-3.0,
  gir1.2-pango-1.0,
@@ -21,6 +21,6 @@
  python3-pexpect
 Recommends: mlocate | locate
 Description: File searching tool which is configurable via the command line
- Catfish is a handy file searching tool for Linux and UNIX. 
- The interface is intentionally lightweight and simple, using only Gtk+3. 
+ Catfish is a handy file searching tool for Linux and UNIX.
+ The interface is intentionally lightweight and simple, using only Gtk+3.
  You can configure it to your needs by using several command line options.

Modified: packages/catfish/trunk/debian/rules
===================================================================
--- packages/catfish/trunk/debian/rules	2018-01-27 22:21:42 UTC (rev 14580)
+++ packages/catfish/trunk/debian/rules	2018-01-28 12:17:41 UTC (rev 14581)
@@ -3,7 +3,7 @@
 # Uncomment this to turn on verbose mode.
 # export DH_VERBOSE=1
 
-# Disable tests
+# Disable tests, they don't exist and break the builds with 3.5+
 export PYBUILD_DISABLE_python3=test
 
 %:




More information about the Python-apps-commits mailing list