[pybtex] 51/108: * New upstream release + Changed license in debian/copyright from GPL-3 to EXPAT. * Changed to build with dh_python2 + Changed debian/rules to build with dh $@ --with python 2. + Changed debian/control to X-Python-Version, added Breaks, removed python-support build-dep. * Changed debian/copyright + to meet CANDIDATE DEP-5. + removed GPL-2+ license for database/convert/__main__.py. * Uploaded to Unstable.

Daniel Stender stender at moszumanska.debian.org
Fri Jul 21 10:18:29 UTC 2017


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

stender pushed a commit to branch master
in repository pybtex.

commit c6a294aef3d9005ffbe2d64f17e253e45ec8229b
Author: Daniel Stender <stender at debian.org>
Date:   Tue Mar 15 15:01:53 2011 +0000

    * New upstream release
      + Changed license in debian/copyright from GPL-3 to EXPAT.
    * Changed to build with dh_python2
      + Changed debian/rules to build with dh $@ --with python 2.
      + Changed debian/control to X-Python-Version, added Breaks,
        removed python-support build-dep.
    * Changed debian/copyright
      + to meet CANDIDATE DEP-5.
      + removed GPL-2+ license for database/convert/__main__.py.
    * Uploaded to Unstable.
---
 debian/changelog | 16 ++++++++++++----
 debian/control   | 14 +++++++-------
 debian/copyright | 39 +++++----------------------------------
 debian/rules     | 40 ++--------------------------------------
 4 files changed, 26 insertions(+), 83 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 101432a..fabd6f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,18 @@
-pybtex (0.14.1-1) UNRELEASED; urgency=low
+pybtex (0.15-1) unstable; urgency=low
 
-  * New upstream release. 
   * New maintainer (closes: #587423).
-  * Updated debian/copyright to meet CANDIDATE DEP-5.
+  * New upstream release
+    + Changed license in debian/copyright from GPL-3 to EXPAT. 
+  * Changed to build with dh_python2
+    + Changed debian/rules to build with dh $@ --with python 2.
+    + Changed debian/control to X-Python-Version, added Breaks,
+      removed python-support build-dep.
+  * Changed debian/copyright
+    + to meet CANDIDATE DEP-5.
+    + removed GPL-2+ license for database/convert/__main__.py.
+  * Uploaded to Unstable.
   
- -- Daniel Stender <daniel at danielstender.com>  Thu, 13 Jan 2011 19:49:32 +0100
+ -- Daniel Stender <daniel at danielstender.com>  Tue, 15 Mar 2011 16:00:33 +0100
 
 pybtex (0.14-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index c712db1..edf1b08 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,10 @@ Section: tex
 Priority: optional
 Maintainer: Daniel Stender <daniel at danielstender.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
-  python-all (>= 2.5), python-support (>= 0.90), python-setuptools,
-  python-nose, python-pyparsing, python-yaml,
-  python-docutils, python-jinja2, python-pygments,
-  elinks-lite | elinks
-XS-Python-Version: >= 2.6
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5),
+  python-setuptools, python-nose, python-pyparsing, python-yaml,
+  python-docutils, python-jinja2, python-pygments, elinks-lite | elinks
+X-Python-Version: >= 2.6
 Standards-Version: 3.9.1
 Homepage: http://pybtex.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/pybtex/trunk/
@@ -17,8 +15,10 @@ Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pybtex/trunk/
 Package: pybtex
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-pyparsing
-Conflicts: pybliographer (<< 1.2.12-3.1~), texlive-binaries (<< 2009-5~), texlive-base-bin (<< 2009-5~)
+Conflicts: pybliographer (<< 1.2.12-3.1~), texlive-binaries (<< 2009-5~),
+  texlive-base-bin (<< 2009-5~)
 Recommends: python-yaml
+Breaks: ${python:Breaks}
 Description: BibTeX-compatible bibliography processor
  Pybtex reads citation information from a file and produces a formatted
  bibliography. BibTeX style files are supported. Alternatively it is
diff --git a/debian/copyright b/debian/copyright
index 7dba722..52302c4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,45 +4,15 @@ Upstream-Contact: Andrey Golovizin <golovizin at gmail.com>
 Source: http://pybtex.sourceforge.net/
 
 Files: *
-Copyright: 2006-2010, Andrey Golovizin
-License: GPL-3+
- 
-Files: database/convert/__main__.py
-Copyright: 2006, Andrey Golovizin
-License: GPL-2+
- 
+Copyright: 2006-2011, Andrey Golovizin
+License: Expat
+
+
 Files: debian/*
 Copyright: 2009-2010, Jakub Wilk <jwilk at debian.org>
            2010-2011, Daniel Stender <daniel at danielstender.com>
 License: Expat
 
-License: GPL-3+
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
- .
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
- .
- On Debian systems, the complete text of the GNU General Public License
- version 3 can be found in the /usr/share/common-licenses/GPL-3 file.
-
-License: GPL-2+
- pybtex is free software; you can redistribute it and/or modify
- under the terms of the GNU General Public License as published by the
- Free Software Foundation; either version 2 of the License, or (at your
- option) any later version.
- .
- pybtex is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- General Public License for more details.
- .
- On Debian systems, the complete text of the GNU General Public License
- version 2 can be found in the /usr/share/common-licenses/GPL-2 file.
 
 License: Expat
  Permission is hereby granted, free of charge, to any person obtaining
@@ -63,3 +33,4 @@ License: Expat
  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.
+
diff --git a/debian/rules b/debian/rules
index 8f07b80..d421ef7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,40 +1,4 @@
 #!/usr/bin/make -f
+%:
+	dh $@ --with python2
 
-.PHONY: override_dh_auto_install
-override_dh_auto_install:
-	dh_auto_install
-	cd debian/pybtex/usr/bin && mv pybtex bibtex.pybtex
-	for module in tests docgen; do \
-	rm -Rf debian/pybtex/usr/lib/python*/*-packages/pybtex/$$module/; \
-	done
-	rm -f debian/pybtex/usr/lib/python*/*-packages/*.egg-info/requires.txt
-
-.PHONY: override_dh_installman
-override_dh_installman:
-	dh_installman
-	cd debian/pybtex/ && rename.ul pybtex bibtex.pybtex usr/share/man/man*/pybtex.[0-9]
-
-.PHONY: override_dh_auto_test
-override_dh_auto_test:
-ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
-	set -e; \
-	for python in $(shell pyversions -r); do \
-		$$python setup.py nosetests; \
-	done
-endif
-
-.PHONY: override_dh_installchangelogs
-override_dh_installchangelogs:
-	elinks -config-file /dev/null -dump -no-numbering -no-references docs/html/history.html \
-	| grep -A1000 ^Version \
-	| sed -e '/ *-\{50,\}- *$$/ { s///; q }' \
-	> docs/changelog
-	dh_installchangelogs docs/changelog
-
-.PHONY: build build-arch build-indep binary binary-arch binary-indep clean
-build build-arch build-indep binary binary-indep clean:
-	dh $(@)
-# In order not to confuse lintian, binary-arch is a separate target:
-binary-arch:
-
-# vim:ts=4 sw=4 noet

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pybtex.git



More information about the debian-science-commits mailing list