[Python-modules-commits] [binaryornot] 02/03: Import Debian changes 0.4.0+dfsg-0.1

Vincent Bernat bernat at moszumanska.debian.org
Tue Feb 21 08:01:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

bernat pushed a commit to branch master
in repository binaryornot.

commit 385c8581cbe96b4a3c44e6a4ab10c2b13c1a879a
Merge: b20c951 ba65b70
Author: Roger Shimizu <rogershimizu at gmail.com>
Date:   Wed Feb 15 21:07:15 2017 +0900

    Import Debian changes 0.4.0+dfsg-0.1
    
    binaryornot (0.4.0+dfsg-0.1) unstable; urgency=medium
    
      * Non-maintainer upload.
    
      [ Ondřej Nový ]
      * Fixed VCS URL (https)
    
      [ Roger Shimizu ]
      * Remove non-free image files, and repack as +dfsg.
      * Add patch to remove tests regarding to non-free image files.
        (Closes: #854851)

 debian/changelog                                   |  12 ++++++++--
 ...ve-tests-regarding-to-non-free-image-lena.patch |  26 +++++++++++++++++++++
 debian/patches/series                              |   1 +
 tests/files/lena.gif                               | Bin 16336 -> 0 bytes
 tests/files/lena.jpg                               | Bin 4788 -> 0 bytes
 5 files changed, 37 insertions(+), 2 deletions(-)

diff --cc debian/changelog
index b9926cd,0000000..4fbdcd7
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,35 -1,0 +1,43 @@@
- binaryornot (0.4.0-2) UNRELEASED; urgency=medium
++binaryornot (0.4.0+dfsg-0.1) unstable; urgency=medium
 +
++  * Non-maintainer upload.
++
++  [ Ondřej Nový ]
 +  * Fixed VCS URL (https)
 +
-  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 21:23:36 +0200
++  [ Roger Shimizu ]
++  * Remove non-free image files, and repack as +dfsg.
++  * Add patch to remove tests regarding to non-free image files.
++    (Closes: #854851)
++
++ -- Roger Shimizu <rogershimizu at gmail.com>  Wed, 15 Feb 2017 21:07:15 +0900
 +
 +binaryornot (0.4.0-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Bump Standards-Version.
 +  * Use PYBUILD_NAME in d/rules.
 +  * Add missing Build-Depends on python-{chardet,hypothesis}.
 +
 + -- Vincent Bernat <bernat at debian.org>  Sun, 15 Nov 2015 23:05:18 +0100
 +
 +binaryornot (0.3.0-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Bump Standards-Version.
 +  * Run unit tests.
 +
 + -- Vincent Bernat <bernat at debian.org>  Mon, 26 May 2014 16:30:25 +0200
 +
 +binaryornot (0.2.0-1) unstable; urgency=low
 +
 +  * New upstream release.
 +     + Codebase has been improved. Closes: #722502.
 +
 + -- Vincent Bernat <bernat at debian.org>  Sun, 29 Sep 2013 12:29:42 +0200
 +
 +binaryornot (0.1.1-1) unstable; urgency=low
 +
 +  * Initial release. Closes: #722156.
 +
 + -- Vincent Bernat <bernat at debian.org>  Sun, 08 Sep 2013 16:41:15 +0200
diff --cc debian/patches/0001-Remove-tests-regarding-to-non-free-image-lena.patch
index 0000000,0000000..4d17143
new file mode 100644
--- /dev/null
+++ b/debian/patches/0001-Remove-tests-regarding-to-non-free-image-lena.patch
@@@ -1,0 -1,0 +1,26 @@@
++From: Roger Shimizu <rogershimizu at gmail.com>
++Date: Wed, 15 Feb 2017 21:14:30 +0900
++Subject: Remove tests regarding to non-free image lena
++
++See Bug #854851
++---
++ tests/test_check.py | 6 ------
++ 1 file changed, 6 deletions(-)
++
++diff --git a/tests/test_check.py b/tests/test_check.py
++index 338119e..fbe32d1 100755
++--- a/tests/test_check.py
+++++ b/tests/test_check.py
++@@ -49,12 +49,6 @@ class TestIsBinary(unittest.TestCase):
++     def test_png(self):
++         self.assertTrue(is_binary('tests/files/logo.png'))
++ 
++-    def test_gif(self):
++-        self.assertTrue(is_binary('tests/files/lena.gif'))
++-
++-    def test_jpg(self):
++-        self.assertTrue(is_binary('tests/files/lena.jpg'))
++-
++     def test_tiff(self):
++         self.assertTrue(is_binary('tests/files/palette-1c-8b.tiff'))
++ 
diff --cc debian/patches/series
index 0000000,0000000..f5fb130
new file mode 100644
--- /dev/null
+++ b/debian/patches/series
@@@ -1,0 -1,0 +1,1 @@@
++0001-Remove-tests-regarding-to-non-free-image-lena.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/binaryornot.git



More information about the Python-modules-commits mailing list