[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[asymptote] 28/65: * Upload to unstable. * Don't use absolute path when calling texhash in maintainer scripts. * Fix build-depends on libgc-dev.



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch master
in repository asymptote.

commit e82c81d2e9a749d0a606b641b4c7078a2974a5f0
Author: Hubert Chathi <hubert@uhoreg.ca>
Date:   Thu Apr 30 21:40:19 2009 -0400

    * Upload to unstable.
    * Don't use absolute path when calling texhash in maintainer scripts.
    * Fix build-depends on libgc-dev.
---
 debian/changelog |    8 ++++++++
 debian/control   |    2 +-
 debian/postinst  |    2 +-
 debian/postrm    |    2 +-
 4 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ffef5b8..c05cd67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+asymptote (1.70-2) unstable; urgency=low
+
+  * Upload to unstable.
+  * Don't use absolute path when calling texhash in maintainer scripts.
+  * Fix build-depends on libgc-dev.
+
+ -- Hubert Chathi <uhoreg@debian.org>  Thu, 30 Apr 2009 21:38:48 -0400
+
 asymptote (1.70-1) experimental; urgency=low
 
   * New upstream version.
diff --git a/debian/control b/debian/control
index 1dfbd61..1afc124 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: asymptote
 Section: tex
 Priority: optional
 Maintainer: Hubert Chathi <uhoreg@debian.org>
-Build-Depends: cdbs, debhelper (>= 4.1.0), flex, bison, libfftw3-dev, libreadline5-dev, libncurses5-dev, libgc-dev (>= 1:6.4-1), libgsl0-dev, libsigsegv-dev, zlib1g-dev, freeglut3-dev
+Build-Depends: cdbs, debhelper (>= 4.1.0), flex, bison, libfftw3-dev, libreadline5-dev, libncurses5-dev, libgc-dev (>= 1:6.4), libgsl0-dev, libsigsegv-dev, zlib1g-dev, freeglut3-dev
 Build-Depends-Indep: imagemagick, ghostscript, texlive-latex-base, texlive-base-bin, texlive-pstricks, texinfo
 Standards-Version: 3.7.3
 Homepage: http://asymptote.sourceforge.net/
diff --git a/debian/postinst b/debian/postinst
index 6ec3bbb..d6b803b 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -21,7 +21,7 @@ case "$1" in
     configure)
 	if [ -x /usr/bin/texhash ] ; then
 	    echo "Running texhash.  This may take a long time."
-	    /usr/bin/texhash
+	    texhash
 	fi
     ;;
 
diff --git a/debian/postrm b/debian/postrm
index 247ba7d..ec1e371 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -22,7 +22,7 @@ case "$1" in
     purge|remove|failed-upgrade|abort-install|abort-upgrade|disappear)
 	if [ -x /usr/bin/texhash ] ; then
 	    echo "Running texhash.  This may take a long time."
-	    /usr/bin/texhash
+	    texhash
 	fi
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/asymptote.git


Reply to: