[Python-apps-commits] r4730 - in packages/dot2tex/trunk/debian (5 files)

pcc-guest at users.alioth.debian.org pcc-guest at users.alioth.debian.org
Wed Feb 10 23:20:24 UTC 2010


    Date: Wednesday, February 10, 2010 @ 23:20:18
  Author: pcc-guest
Revision: 4730

dot2tex (2.8.7+repack-1) unstable; urgency=low

  * New upstream release
  * debian/control: new Standards-Version
  * debian/rules: introduced a get-orig-source rule to repack the
    tarball because of bad permissions
  * debian/doc-base: added
  * debian/copyright: updated year and license information

Added:
  packages/dot2tex/trunk/debian/doc-base
Modified:
  packages/dot2tex/trunk/debian/changelog
  packages/dot2tex/trunk/debian/control
  packages/dot2tex/trunk/debian/copyright
  packages/dot2tex/trunk/debian/rules

Modified: packages/dot2tex/trunk/debian/changelog
===================================================================
--- packages/dot2tex/trunk/debian/changelog	2010-02-10 10:31:27 UTC (rev 4729)
+++ packages/dot2tex/trunk/debian/changelog	2010-02-10 23:20:18 UTC (rev 4730)
@@ -1,3 +1,14 @@
+dot2tex (2.8.7+repack-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control: new Standards-Version
+  * debian/rules: introduced a get-orig-source rule to repack the
+    tarball because of bad permissions
+  * debian/doc-base: added
+  * debian/copyright: updated year and license information
+
+ -- Peter Collingbourne <peter at pcc.me.uk>  Wed, 10 Feb 2010 22:35:17 +0000
+
 dot2tex (2.8.6-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/dot2tex/trunk/debian/control
===================================================================
--- packages/dot2tex/trunk/debian/control	2010-02-10 10:31:27 UTC (rev 4729)
+++ packages/dot2tex/trunk/debian/control	2010-02-10 23:20:18 UTC (rev 4730)
@@ -5,7 +5,7 @@
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: cdbs, debhelper (>= 5), python (>= 2.4), python-support (>= 0.5.3)
 Build-Depends-Indep: python-pyparsing (>= 0.4.8)
-Standards-Version: 3.8.2
+Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/dot2tex/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/dot2tex/trunk/
 DM-Upload-Allowed: yes

Modified: packages/dot2tex/trunk/debian/copyright
===================================================================
--- packages/dot2tex/trunk/debian/copyright	2010-02-10 10:31:27 UTC (rev 4729)
+++ packages/dot2tex/trunk/debian/copyright	2010-02-10 23:20:18 UTC (rev 4730)
@@ -5,8 +5,11 @@
 
 Upstream Author: Kjell Magne Fauske <kjellmf at gmail.com>
 
-Copyright (c) 2007-2008, Kjell Magne Fauske
+Copyright (c) 2009, Kjell Magne Fauske
 
+The dot parser (dot2tex/dotparsing.py) is copyright (c) 2004-2008
+Michael Krause and Ero Carrera
+
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
@@ -25,6 +28,6 @@
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 IN THE SOFTWARE.
 
-The Debian packaging is Copyright (C) 2009 Peter Collingbourne <peter at pcc.me.uk>
-and is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.
+The Debian packaging is Copyright (C) 2010 Peter Collingbourne <peter at pcc.me.uk>
+and is licensed under the GPL version 2, see `/usr/share/common-licenses/GPL-2'.
 

Added: packages/dot2tex/trunk/debian/doc-base
===================================================================
--- packages/dot2tex/trunk/debian/doc-base	                        (rev 0)
+++ packages/dot2tex/trunk/debian/doc-base	2010-02-10 23:20:18 UTC (rev 4730)
@@ -0,0 +1,11 @@
+Document: dot2tex
+Title: dot2tex - A Graphviz to LaTeX converter
+Author: Kjell Magne Fauske
+Abstract: This manual describes how to use dot2tex, a tool for
+ converting graphs generated by Graphviz to formats suitable for use
+ with LaTeX.
+Section: Graphics
+
+Format: HTML
+Index: /usr/share/doc/dot2tex/usage.html
+Files: /usr/share/doc/dot2tex/usage.html

Modified: packages/dot2tex/trunk/debian/rules
===================================================================
--- packages/dot2tex/trunk/debian/rules	2010-02-10 10:31:27 UTC (rev 4729)
+++ packages/dot2tex/trunk/debian/rules	2010-02-10 23:20:18 UTC (rev 4730)
@@ -5,4 +5,14 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
+PRISTINE_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed s/\+repack//)
+
 DEB_INSTALL_CHANGELOGS_ALL := changelog.txt
+
+get-orig-source:
+	-uscan --verbose --force-download --no-symlink --upstream-version $(PRISTINE_VERSION)
+	tar xzf ../$(DEB_SOURCE_PACKAGE)-$(PRISTINE_VERSION).tar.gz
+	find $(DEB_SOURCE_PACKAGE)-$(PRISTINE_VERSION) -type d -exec chmod +x \{\} \;
+	mv $(DEB_SOURCE_PACKAGE)-$(PRISTINE_VERSION) $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).orig
+	tar czf ../$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).orig
+	rm -rf $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).orig




More information about the Python-apps-commits mailing list