Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26764

Modified Files:
        dblatex.info 
Added Files:
        dblatex.patch 
Log Message:
Updated to latest upstream

--- NEW FILE: dblatex.patch ---
diff -ruN dblatex-0.3.4-orig/setup.py dblatex-0.3.4/setup.py
--- dblatex-0.3.4-orig/setup.py 2013-03-01 00:59:40.000000000 +0100
+++ dblatex-0.3.4/setup.py      2013-03-01 01:04:22.000000000 +0100
@@ -365,12 +365,7 @@
             raise OSError("not found: %s" % ", ".join(mis_stys))
 
     def run(self):
-        if self.install_layout == "deb":
-            db = DebianInstaller(self)
-        else:
-            db = None
-
-        if not(db) and not(self.nodeps):
+        if not(self.nodeps):
             try:
                 self.check_xslt_dependencies()
                 self.check_util_dependencies()
@@ -379,16 +374,12 @@
                 print >>sys.stderr, "Error: %s" % e
                 sys.exit(1)
 
-        if db: db.adapt_paths()
-
         # If no build is required, at least build the script
         if self.skip_build:
             self.run_command('build_scripts')
 
         install.run(self)
 
-        if db: db.finalize()
-
 
 class InstallData(install_data):
 

Index: dblatex.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/text/dblatex.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dblatex.info        1 Mar 2013 00:57:50 -0000       1.1
+++ dblatex.info        1 Mar 2013 01:15:01 -0000       1.2
@@ -1,5 +1,5 @@
 Package: dblatex
-Version: 0.2.12
+Version: 0.3.4
 Revision: 1
 Maintainer: None <fink-de...@lists.sourceforge.net>
 Depends: <<
@@ -10,7 +10,9 @@
 <<
 Suggests: imagemagick, transfig-graphicx
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
-Source-MD5: 6f37cb117f0a04a71c050b09804cfab7
+Source-MD5: a511a2eaa55757b341e4c46353c5c681
+PatchFile: %n.patch
+PatchFile-MD5: a5efe177190196f66d03d1a933b0a9eb
 CompileScript: %p/bin/python2.7 setup.py build
 InfoTest: <<
        TestScript: make -C tests/mathml || exit 2
@@ -22,4 +24,6 @@
 Homepage: http://dblatex.sourceforge.net/
 DescPackaging: <<
 Versions to 0.2.12 by Max Horn <m...@quendi.de>
+Later modifications by Hanspeter Niederstrasser <f...@snaggledworks.com>
+                   and Matthias Neeracher <neerac...@mac.com>
 <<


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to