[Python-apps-commits] r14580 - in packages/catfish/trunk/debian (9 files)

bluesabre-guest at users.alioth.debian.org bluesabre-guest at users.alioth.debian.org
Sat Jan 27 22:21:46 UTC 2018


    Date: Saturday, January 27, 2018 @ 22:21:42
  Author: bluesabre-guest
Revision: 14580

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

Added:
  packages/catfish/trunk/debian/upstream/
  packages/catfish/trunk/debian/upstream/signing-key.asc
Modified:
  packages/catfish/trunk/debian/changelog
  packages/catfish/trunk/debian/control
  packages/catfish/trunk/debian/copyright
  packages/catfish/trunk/debian/rules
  packages/catfish/trunk/debian/watch
Deleted:
  packages/catfish/trunk/debian/menu
  packages/catfish/trunk/debian/patches/

Modified: packages/catfish/trunk/debian/changelog
===================================================================
--- packages/catfish/trunk/debian/changelog	2018-01-21 22:26:58 UTC (rev 14579)
+++ packages/catfish/trunk/debian/changelog	2018-01-27 22:21:42 UTC (rev 14580)
@@ -1,3 +1,25 @@
+catfish (1.4.4-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * debian/control:
+    - Update Standards-Version to 4.1.1
+    - Updated VCS-Browser to secure origin
+    - Add build dependency on python-gi-dev
+  * debian/copyright:
+    - Remove unused license
+    - Update copyrights
+  * debian/menu:
+    - Removed, resolves command-in-menu-file-and-desktop-file lintian
+      warning
+  * debian/rules:
+    - Build with pybuild
+  * 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
+
 catfish (1.2.2-1) unstable; urgency=medium
 
   * New upstream bugfix release.

Modified: packages/catfish/trunk/debian/control
===================================================================
--- packages/catfish/trunk/debian/control	2018-01-21 22:26:58 UTC (rev 14579)
+++ packages/catfish/trunk/debian/control	2018-01-27 22:21:42 UTC (rev 14580)
@@ -3,11 +3,11 @@
 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
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9), python3, python3-distutils-extra, python-gi-dev
+Standards-Version: 4.1.1
 Homepage: https://launchpad.net/catfish-search
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/catfish/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/catfish/trunk/
+Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/catfish/trunk/
 
 Package: catfish
 Architecture: all

Modified: packages/catfish/trunk/debian/copyright
===================================================================
--- packages/catfish/trunk/debian/copyright	2018-01-21 22:26:58 UTC (rev 14579)
+++ packages/catfish/trunk/debian/copyright	2018-01-27 22:21:42 UTC (rev 14580)
@@ -5,18 +5,15 @@
 
 Files: *
 Copyright: 2007-2012, Christian Dywan <christian at twotoasts.de>
-           2012-2013, Sean Davis <smd.seandavis at gmail.com>
+           2012-2018, Sean Davis <smd.seandavis at gmail.com>
 License: GPL-2+
 
 Files: debian/*
 Copyright: 2007-2009, Cody A.W. Somerville <cody-somerville at ubuntu.com>
-           2013, Jackson Doak <noskcaj at ubuntu.com>
+           2013-2015, Jackson Doak <noskcaj at ubuntu.com>
+           2013-2018, Sean Davis <smd.seandavis at gmail.com>
 License: GPL-2+
 
-Files: catfish_lib/pexpect/*
-Copyright: 2006-2008, Noah Spurrier
-License: Expat
-
 License: GPL-2+
  This package is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
@@ -34,22 +31,3 @@
  .
  On Debian systems, the complete text of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-2'.
-
-License: Expat
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
- .
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
- USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: packages/catfish/trunk/debian/menu
===================================================================
--- packages/catfish/trunk/debian/menu	2018-01-21 22:26:58 UTC (rev 14579)
+++ packages/catfish/trunk/debian/menu	2018-01-27 22:21:42 UTC (rev 14580)
@@ -1,2 +0,0 @@
-?package(catfish):needs="X11" section="Applications/File Management"\
-  title="catfish" command="catfish"

Modified: packages/catfish/trunk/debian/rules
===================================================================
--- packages/catfish/trunk/debian/rules	2018-01-21 22:26:58 UTC (rev 14579)
+++ packages/catfish/trunk/debian/rules	2018-01-27 22:21:42 UTC (rev 14580)
@@ -1,16 +1,13 @@
 #!/usr/bin/make -f
 
 # Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+# export DH_VERBOSE=1
 
-DESTDIR := ${CURDIR}/debian/catfish
+# Disable tests
+export PYBUILD_DISABLE_python3=test
 
 %:
-	dh $@ --with python3
+	dh $@ --with python3 --buildsystem=pybuild
 
-override_dh_auto_configure:
-	./configure --prefix=/usr --python=python3
-
 override_dh_auto_install:
-	dh_auto_install
-	find $(DESTDIR)/usr/share -type f -exec chmod a-x '{}' ';'
+	LC_ALL=C.UTF-8 dh_auto_install

Added: packages/catfish/trunk/debian/upstream/signing-key.asc
===================================================================
--- packages/catfish/trunk/debian/upstream/signing-key.asc	                        (rev 0)
+++ packages/catfish/trunk/debian/upstream/signing-key.asc	2018-01-27 22:21:42 UTC (rev 14580)
@@ -0,0 +1,30 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1
+
+mQENBE+V6lcBCADL+fgkBOwOWwOBmbMmdnFxzXTafTg3VYtS9euiapBMfEeZwpPL
+rgrCCnPzA3NtztA2rRNKs74ISdVvsBS+kknS0Q7f2FOQNxFNPtLyDrEebCGkb39h
+RKlXiiTt3YcYZn8DlxloEBX3MLXx+m0ORl3wGVNxbFTqF2v/WJkucWS64Pi0wFjR
+rhf9tYqBtb/ZHA3zRpqowpA2OdL/a6lR9cVoEe9DqY8SE5M7zdVhyDdHUvRAlvc+
+gfHaLdnHKzVF4Ckyf4VbA7dudd0KMnNLS9edhZ8XxGm2zQWwT6gkBGZAOj4FME0M
+oWssE++U4t/LIN5srk6pBR+0j1Vfk6iN359dABEBAAG0JFNlYW4gRGF2aXMgPHNt
+ZC5zZWFuZGF2aXNAZ21haWwuY29tPokBOAQTAQIAIgUCT5XqVwIbAwYLCQgHAwIG
+FQgCCQoLBBYCAwECHgECF4AACgkQdub+7JX8XiJvSQgAsxYkc7xUIFLtK+YcrKG/
+mSRjy/DacedbOr5KJQLGuUZuG6geNf5R7U7M6VKnfXtXvrRAM0tShLQ7YKUulVUg
+98lD2joP4eZw1QFtXDcbwKEd3/XbDMH3Eqgdj+HVrF0Qz5ui9Y7psyOFqPaefPdB
+bCqrjTATs4iGYJC7CXse7d8OFZKDcwcAfl4+8NH2YMJ097vBEXWc0rSaeOUKB835
+h4k82EQp2JAHGxFOtNxNMEnfuIx3/j1s5pYkkcMc+096Af35Y6D5zJfG85EquYLw
+sc7PuMDxhoLRlND4noP6FDNeIYYfeU93RYYG9dAjo/TPFDdCC/hu2NkxiRTa0LQR
+h7kBDQRPlepXAQgAyHGnKN1pyltnfB2SiTP1Wbl7AyfDnADe2qor0nykAP8jEyPe
+VU/s6ubH7iyV6X+UQxbDQCFeGg2ddFy8EUHIvsITZpHwKJnTfXwQGHhMEYWrG+Yw
+Ccs0XUY5FEvvikOzplVToSxK2zWXfNw34doqsLNWJcfL1rgY21SgwUv72gmC9cOx
+f/ojVO4xNkaCFwqxQWjh6qUbWiGpvPyLHpqQCPsJIlrW4qVmIUsvCYdoN9q6JQzI
+Vo0JGEKjqD+WVYU+tGMp9vinxmbgTTQoA8idfKS+hY3Huc9zAetcJQ6JXKQSinaD
+ZPgArvoqqDp+3MnxMt0NZe/VN7gUtfcc+/C2LwARAQABiQEfBBgBAgAJBQJPlepX
+AhsMAAoJEHbm/uyV/F4iUOkH+gKcuWepQ8ZPmDnn+SBxl9hXc/xH3+2HZDcd7H1c
+NowZDtdxUgujBuWgh9Awe6f+wYwm8Iq4dw+G5WGLjzpZWal84L/Quo9WVUSbef9R
+y0wGqs3XmOJSFrUo1Pk624Qww3lfpTjaehaz0MdAClSiY1TxDWo5HYae85K0Yyfs
+MpSsn1ApsUH21vpT1p9GotLzhYITtotu5s/AQGu4Z+HiSiXExytCq0wOuKKEkv+z
+EFX153b4fcQsMBg2ul0CnNgfFxeY9EzTaI/1Ka18CqX23phgL6fTHBYeMWuCoNrq
+EX42rELR+HGbl7WHnjcHBDizbzYdBmM+N2Rl+d/rniMjHc8=
+=o+OF
+-----END PGP PUBLIC KEY BLOCK-----

Modified: packages/catfish/trunk/debian/watch
===================================================================
--- packages/catfish/trunk/debian/watch	2018-01-21 22:26:58 UTC (rev 14579)
+++ packages/catfish/trunk/debian/watch	2018-01-27 22:21:42 UTC (rev 14580)
@@ -1,3 +1,4 @@
 version=3
+opts=pgpsigurlmangle=s/$/.asc/ \
 https://launchpad.net/catfish-search \
-(?:.*/|)catfish(?:-|_|_v|\.|V|)(\d\S*)\.(?:tar\.(?:gz|bz2|xz)|tgz|tbz2|txz|zip)
\ No newline at end of file
+(?:.*/|)catfish(?:-|_|_v|\.|V|)(\d\S*)\.(?:tar\.(?:gz|bz2|xz)|tgz|tbz2|txz|zip)




More information about the Python-apps-commits mailing list