[Python-apps-commits] r1056 - in packages/dot2tex/trunk/debian (4 files)

pcc-guest at users.alioth.debian.org pcc-guest at users.alioth.debian.org
Mon May 12 18:12:57 UTC 2008


    Date: Monday, May 12, 2008 @ 18:12:54
  Author: pcc-guest
Revision: 1056

  * New upstream release
  * debian/control:
    - replaced dependency on pydot with pyparsing and graphviz
    - added DM-Upload-Allowed: yes
    - replaced python-all-dev Build-Dep with python
    - moved Build-Depends on pyparsing to Build-Depends-Indep
  * debian/copyright: added 2008 to upstream copyright
  * debian/watch: escaped the dots

Modified:
  packages/dot2tex/trunk/debian/changelog
  packages/dot2tex/trunk/debian/control
  packages/dot2tex/trunk/debian/copyright
  packages/dot2tex/trunk/debian/watch

Modified: packages/dot2tex/trunk/debian/changelog
===================================================================
--- packages/dot2tex/trunk/debian/changelog	2008-05-11 12:11:41 UTC (rev 1055)
+++ packages/dot2tex/trunk/debian/changelog	2008-05-12 18:12:54 UTC (rev 1056)
@@ -1,3 +1,16 @@
+dot2tex (2.8.1-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control:
+    - replaced dependency on pydot with pyparsing and graphviz
+    - added DM-Upload-Allowed: yes
+    - replaced python-all-dev Build-Dep with python
+    - moved Build-Depends on pyparsing to Build-Depends-Indep
+  * debian/copyright: added 2008 to upstream copyright
+  * debian/watch: escaped the dots
+
+ -- Peter Collingbourne <pcc03 at doc.ic.ac.uk>  Mon, 12 May 2008 18:54:49 +0100
+
 dot2tex (2.7.0-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/dot2tex/trunk/debian/control
===================================================================
--- packages/dot2tex/trunk/debian/control	2008-05-11 12:11:41 UTC (rev 1055)
+++ packages/dot2tex/trunk/debian/control	2008-05-12 18:12:54 UTC (rev 1056)
@@ -3,15 +3,17 @@
 Priority: optional
 Maintainer: Peter Collingbourne <pcc03 at doc.ic.ac.uk>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 5), python-all-dev (>= 2.3.5-11), python-pydot, python-support (>= 0.5.3)
+Build-Depends: cdbs, debhelper (>= 5), python, python-support (>= 0.5.3)
+Build-Depends-Indep: python-pyparsing (>= 0.4.8)
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/dot2tex/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/dot2tex/?op=log
+DM-Upload-Allowed: yes
 Homepage: http://www.fauskes.net/code/dot2tex/
 
 Package: dot2tex
 Architecture: all
-Depends: ${python:Depends}, python-pydot
+Depends: ${python:Depends}, python-pyparsing (>= 0.4.8), graphviz
 Recommends: tetex-base | texlive-latex-base, pgf | tetex-extra | texlive-pstricks, preview-latex-style
 Enhances: latex-beamer
 Description: Graphviz to LaTeX converter

Modified: packages/dot2tex/trunk/debian/copyright
===================================================================
--- packages/dot2tex/trunk/debian/copyright	2008-05-11 12:11:41 UTC (rev 1055)
+++ packages/dot2tex/trunk/debian/copyright	2008-05-12 18:12:54 UTC (rev 1056)
@@ -5,7 +5,7 @@
 
 Upstream Author: Kjell Magne Fauske <kjellmf at gmail.com>
 
-Copyright (c) 2007, Kjell Magne Fauske
+Copyright (c) 2007-2008, Kjell Magne Fauske
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to

Modified: packages/dot2tex/trunk/debian/watch
===================================================================
--- packages/dot2tex/trunk/debian/watch	2008-05-11 12:11:41 UTC (rev 1055)
+++ packages/dot2tex/trunk/debian/watch	2008-05-12 18:12:54 UTC (rev 1056)
@@ -1,2 +1,2 @@
 version=3
-http://www.fauskes.net/code/dot2tex/download/ .*dot2tex-([\d\.]*).tar.gz
+http://www.fauskes.net/code/dot2tex/download/ .*dot2tex-([\d\.]*)\.tar\.gz




More information about the Python-apps-commits mailing list