r37249 - in /packages/bibus/trunk/debian: changelog control copyright rules
beathovn-guest at users.alioth.debian.org
beathovn-guest at users.alioth.debian.org
Fri Jan 28 20:58:10 UTC 2011
Author: beathovn-guest
Date: Fri Jan 28 20:58:10 2011
New Revision: 37249
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37249
Log:
Switching to python-support.
Modified:
packages/bibus/trunk/debian/changelog
packages/bibus/trunk/debian/control
packages/bibus/trunk/debian/copyright
packages/bibus/trunk/debian/rules
Modified: packages/bibus/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/bibus/trunk/debian/changelog?rev=37249&op=diff
==============================================================================
--- packages/bibus/trunk/debian/changelog (original)
+++ packages/bibus/trunk/debian/changelog Fri Jan 28 20:58:10 2011
@@ -1,8 +1,10 @@
-bibus (1.5.1-4) UNRELEASED; urgency=low
+bibus (1.5.1-4) unstable; urgency=low
* NOT RELEASED YET
* Switch to dpkg-source 3.0 (quilt) format
* Bumped Standards-Version to 3.8.4 (no changes needed)
+ * Switched to python-support
+ - Added bibus.preinst to take care of removing old python-central files
-- Jan Beyer <jan at beathovn.de> Sun, 31 Jan 2010 21:13:18 +0100
Modified: packages/bibus/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/bibus/trunk/debian/control?rev=37249&op=diff
==============================================================================
--- packages/bibus/trunk/debian/control (original)
+++ packages/bibus/trunk/debian/control Fri Jan 28 20:58:10 2011
@@ -4,17 +4,15 @@
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Jan Beyer <jan at beathovn.de>, Charles Plessy <plessy at debian.org>
Build-Depends: debhelper (>= 6.0.7~)
-Build-Depends-Indep: python (>= 2.5), python-central (>= 0.5.6)
-Standards-Version: 3.8.4
+Build-Depends-Indep: python (>= 2.5), python-support (>= 0.90)
+Standards-Version: 3.9.1
DM-Upload-Allowed: yes
Homepage: http://bibus-biblio.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/bibus/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/bibus/trunk/
-XS-Python-Version: current, >=2.5
Package: bibus
Architecture: all
-XB-Python-Version: ${python:Versions}
Depends: ${misc:Depends}, ${python:Depends}, python (>= 2.5), python-wxgtk2.8
Recommends: openoffice.org-writer, python-uno, bibus-doc-en
Suggests: python-mysqldb, unixodbc, odbcinst1 | odbcinst1debian1, libmyodbc | libsqliteodbc
@@ -36,7 +34,6 @@
Package: bibus-doc-en
Architecture: all
Section: doc
-XB-Python-Version: ${python:Versions}
Depends: w3m | www-browser, ${misc:Depends}
Suggests: bibus
Description: Bibus bibliographic database documentation
Modified: packages/bibus/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/bibus/trunk/debian/copyright?rev=37249&op=diff
==============================================================================
--- packages/bibus/trunk/debian/copyright (original)
+++ packages/bibus/trunk/debian/copyright Fri Jan 28 20:58:10 2011
@@ -8,12 +8,33 @@
On Debian systems, the complete text of the GNU General Public License (GPL)
version 2 can be found in the `/usr/share/common-licenses/GPL-2' file.
-Files: ClientForm.py
+Files: Utilities/ClientForm.py
Copyright: 2002-2005, John J. Lee <jjl at pobox.com>
1998-2000, Gisle Aas
License: BSD
- On Debian systems, the complete text of the BSD license can be found in the
- `/usr/share/common-licenses/BSD` file.
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
Files: Import/BibTeX.py
Copyright: 2005, Nigel Sim <nigel.sim at jcu.edu.au>
Modified: packages/bibus/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/bibus/trunk/debian/rules?rev=37249&op=diff
==============================================================================
--- packages/bibus/trunk/debian/rules (original)
+++ packages/bibus/trunk/debian/rules Fri Jan 28 20:58:10 2011
@@ -51,7 +51,7 @@
dh_strip -i
dh_compress -i
dh_fixperms -i
- dh_pycentral -i -o
+ dh_pysupport -i
dh_installdeb -i
dh_gencontrol -i
dh_md5sums -i
More information about the debian-science-commits
mailing list