[Python-modules-commits] r29088 - in packages/binaryornot/tags (7 files)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Mon May 26 14:40:55 UTC 2014


    Date: Monday, May 26, 2014 @ 14:40:54
  Author: bernat
Revision: 29088

[svn-buildpackage] Tagging binaryornot 0.3.0-1

Added:
  packages/binaryornot/tags/0.3.0-1/
  packages/binaryornot/tags/0.3.0-1/debian/changelog
    (from rev 29087, packages/binaryornot/trunk/debian/changelog)
  packages/binaryornot/tags/0.3.0-1/debian/control
    (from rev 29086, packages/binaryornot/trunk/debian/control)
  packages/binaryornot/tags/0.3.0-1/debian/rules
    (from rev 29087, packages/binaryornot/trunk/debian/rules)
Deleted:
  packages/binaryornot/tags/0.3.0-1/debian/changelog
  packages/binaryornot/tags/0.3.0-1/debian/control
  packages/binaryornot/tags/0.3.0-1/debian/rules

Deleted: packages/binaryornot/tags/0.3.0-1/debian/changelog
===================================================================
--- packages/binaryornot/trunk/debian/changelog	2014-05-26 13:01:20 UTC (rev 29085)
+++ packages/binaryornot/tags/0.3.0-1/debian/changelog	2014-05-26 14:40:54 UTC (rev 29088)
@@ -1,12 +0,0 @@
-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

Copied: packages/binaryornot/tags/0.3.0-1/debian/changelog (from rev 29087, packages/binaryornot/trunk/debian/changelog)
===================================================================
--- packages/binaryornot/tags/0.3.0-1/debian/changelog	                        (rev 0)
+++ packages/binaryornot/tags/0.3.0-1/debian/changelog	2014-05-26 14:40:54 UTC (rev 29088)
@@ -0,0 +1,20 @@
+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

Deleted: packages/binaryornot/tags/0.3.0-1/debian/control
===================================================================
--- packages/binaryornot/trunk/debian/control	2014-05-26 13:01:20 UTC (rev 29085)
+++ packages/binaryornot/tags/0.3.0-1/debian/control	2014-05-26 14:40:54 UTC (rev 29088)
@@ -1,34 +0,0 @@
-Source: binaryornot
-Section: python
-Priority: optional
-Maintainer: Vincent Bernat <bernat at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), dh-python,
-               python-all, python3-all,
-               python-setuptools, python3-setuptools
-Standards-Version: 3.9.4
-Homepage: https://github.com/audreyr/binaryornot
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/binaryornot/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/binaryornot/trunk/
-
-Package: python-binaryornot
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Description: check if a file is binary or text (Python 2 module)
- This Python package provides a function to check if a file is a text
- file or a binary file. It uses the same heuristic as file(1) by
- looking at the first 1024 bytes of the file and checks that all
- characters are printable.
- .
- This package contains the Python 2 module.
-
-Package: python3-binaryornot
-Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
-Description: check if a file is binary or text (Python 3 module)
- This Python package provides a function to check if a file is a text
- file or a binary file. It uses the same heuristic as file(1) by
- looking at the first 1024 bytes of the file and checks that all
- characters are printable.
- .
- This package contains the Python 3 module.

Copied: packages/binaryornot/tags/0.3.0-1/debian/control (from rev 29086, packages/binaryornot/trunk/debian/control)
===================================================================
--- packages/binaryornot/tags/0.3.0-1/debian/control	                        (rev 0)
+++ packages/binaryornot/tags/0.3.0-1/debian/control	2014-05-26 14:40:54 UTC (rev 29088)
@@ -0,0 +1,34 @@
+Source: binaryornot
+Section: python
+Priority: optional
+Maintainer: Vincent Bernat <bernat at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), dh-python,
+               python-all, python3-all,
+               python-setuptools, python3-setuptools
+Standards-Version: 3.9.5
+Homepage: https://github.com/audreyr/binaryornot
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/binaryornot/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/binaryornot/trunk/
+
+Package: python-binaryornot
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: check if a file is binary or text (Python 2 module)
+ This Python package provides a function to check if a file is a text
+ file or a binary file. It uses the same heuristic as file(1) by
+ looking at the first 1024 bytes of the file and checks that all
+ characters are printable.
+ .
+ This package contains the Python 2 module.
+
+Package: python3-binaryornot
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: check if a file is binary or text (Python 3 module)
+ This Python package provides a function to check if a file is a text
+ file or a binary file. It uses the same heuristic as file(1) by
+ looking at the first 1024 bytes of the file and checks that all
+ characters are printable.
+ .
+ This package contains the Python 3 module.

Deleted: packages/binaryornot/tags/0.3.0-1/debian/rules
===================================================================
--- packages/binaryornot/trunk/debian/rules	2014-05-26 13:01:20 UTC (rev 29085)
+++ packages/binaryornot/tags/0.3.0-1/debian/rules	2014-05-26 14:40:54 UTC (rev 29088)
@@ -1,11 +0,0 @@
-#!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
-
-export PYBUILD_DESTDIR_python2=debian/python-binaryornot/
-export PYBUILD_DESTDIR_python3=debian/python3-binaryornot/
-
-%:
-	dh $@ --with python2,python3 --buildsystem=pybuild
-
-override_dh_auto_test:
-	# Unfortunately, currently no tests

Copied: packages/binaryornot/tags/0.3.0-1/debian/rules (from rev 29087, packages/binaryornot/trunk/debian/rules)
===================================================================
--- packages/binaryornot/tags/0.3.0-1/debian/rules	                        (rev 0)
+++ packages/binaryornot/tags/0.3.0-1/debian/rules	2014-05-26 14:40:54 UTC (rev 29088)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+export PYBUILD_DESTDIR_python2=debian/python-binaryornot/
+export PYBUILD_DESTDIR_python3=debian/python3-binaryornot/
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild




More information about the Python-modules-commits mailing list