[Python-apps-commits] r4394 - in packages/pybtex/trunk/debian (changelog control)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Tue Dec 29 13:07:29 UTC 2009


    Date: Tuesday, December 29, 2009 @ 13:07:28
  Author: jwilk-guest
Revision: 4394

Replace Breaks with Conflicts.

Modified:
  packages/pybtex/trunk/debian/changelog
  packages/pybtex/trunk/debian/control

Modified: packages/pybtex/trunk/debian/changelog
===================================================================
--- packages/pybtex/trunk/debian/changelog	2009-12-29 12:31:39 UTC (rev 4393)
+++ packages/pybtex/trunk/debian/changelog	2009-12-29 13:07:28 UTC (rev 4394)
@@ -1,14 +1,15 @@
 pybtex (0.12-2) UNRELEASED; urgency=low
 
   * Don't remove alternatives in prerm/upgrade.
+  * Replace Breaks with Conflicts.
   * Install alternative for /usr/bin/bibtex.
-    Break TeX Live packages that installed this file.
+    Conflict with TeX Live packages, which installed this file.
   * Update debian/copyright in accordance to the latest DEP-5 version.
   * Switch to source format 3.0 (quilt).
   * Make tests/run_bibtex.py compatible with Python 2.5.
   * Run unit-tests at build time.
 
- -- Jakub Wilk <ubanus at users.sf.net>  Tue, 29 Dec 2009 13:30:54 +0100
+ -- Jakub Wilk <ubanus at users.sf.net>  Tue, 29 Dec 2009 14:07:07 +0100
 
 pybtex (0.12-1) unstable; urgency=low
 

Modified: packages/pybtex/trunk/debian/control
===================================================================
--- packages/pybtex/trunk/debian/control	2009-12-29 12:31:39 UTC (rev 4393)
+++ packages/pybtex/trunk/debian/control	2009-12-29 13:07:28 UTC (rev 4394)
@@ -17,7 +17,7 @@
 Package: pybtex
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-pyparsing
-Breaks: 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
 Description: BibTeX-compatible bibliography processor
  Pybtex reads citation information from a file and produces a formatted




More information about the Python-apps-commits mailing list