[Pkg-scicomp-commits] gle-graphics/trunk/debian

Christian T. Steigies cts at debian.org
Tue Sep 8 22:53:08 UTC 2009


SVN commit 4567 by cts:

new upstream version


 M  +9 -1      gle-graphics/trunk/debian/changelog  
 M  +2 -2      gle-graphics/trunk/debian/control  
 M  +1 -1      gle-graphics/trunk/debian/dirs  
 M  +1 -1      gle-graphics/trunk/debian/docs  
 M  +15 -9     gle-graphics/trunk/debian/rules  


--- gle-graphics/trunk/debian/changelog #4566:4567
@@ -1,5 +1,13 @@
-gle-graphics (4.2.0-2) experimental; urgency=low
+gle-graphics (4.2.1-1) experimental; urgency=low
 
+  * new upstream version
+  * added automake and ghostscript to Build-Depends
+
+ -- Christian T. Steigies <cts at debian.org>  Sat, 05 Sep 2009 22:33:51 +0200
+
+gle-graphics (4.2.0-1) experimental; urgency=low
+
+  * new upstream version
   * rename package to gle-graphics
 
  -- Christian T. Steigies <cts at debian.org>  Fri, 17 Apr 2009 00:36:23 +0200
--- gle-graphics/trunk/debian/control #4566:4567
@@ -2,8 +2,8 @@
 Section: graphics
 Priority: optional
 Maintainer: Christian T. Steigies <cts at debian.org>
-Build-Depends: debhelper (>= 4.0.0), libtiff-dev, libboost-dev, cdbs, libqt4-dev, libjpeg-dev, libpng-dev, ncurses-dev, texlive, texlive-latex-extra
-Build-Depends-Indep: docbook-to-man
+Build-Depends: debhelper (>= 4.0.0), libtiff-dev, libboost-dev, cdbs, libqt4-dev, libjpeg-dev, libpng-dev, ncurses-dev, texlive, texlive-latex-extra, automake, ghostscript
+x-Build-Depends: docbook-to-man
 Standards-Version: 3.8.0
 
 Package: gle-graphics
--- gle-graphics/trunk/debian/dirs #4566:4567
@@ -1,2 +1,2 @@
 usr/bin
-usr/share/gle
+usr/share/gle-graphics
--- gle-graphics/trunk/debian/docs #4566:4567
@@ -1 +1 @@
-build-tree/gle4/README.txt
+README.txt
--- gle-graphics/trunk/debian/rules #4566:4567
@@ -2,22 +2,28 @@
 
 DEB_TAR_SRCDIR = gle4
 
-include /usr/share/cdbs/1/rules/tarball.mk
+#include /usr/share/cdbs/1/rules/tarball.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-configure/glx::
-	cd build-tree/gle4/ && aclocal && autoconf && ./configure 
+configure/gle-graphics::
+	aclocal && autoconf && ./configure --docdir=/usr/share/doc/gle-graphics/
 
-build/glx::
-	cd build-tree/gle4/ && make doc
+build/gle-graphics::
+	make doc
 
 clean::
 	-make clean
 	-rm Makefile
+	-make -C gle-refman -f Makefile.gcc clean
+	-make -C gle-refman/fonttest -f Makefile.gcc clean
+	-rm -r gle-refman/appendix/fig/.gle/
+	-rm src/font/*.fmt
+	-rm src/font/*.fve
+	-rm src/font/movefonts
+#	aclocal.m4
 
-install/glx::
-	-rm debian/glx/usr/share/gle/4.2.0/gleinc/~polarplot.gle
-	cp debian/qgle.1 debian/glx/usr/share/man/man1/
-	cp debian/manip.1 debian/glx/usr/share/man/man1/
+install/gle-graphics::
+	cp debian/qgle.1 debian/gle-graphics/usr/share/man/man1/
+	cp debian/manip.1 debian/gle-graphics/usr/share/man/man1/



More information about the Pkg-scicomp-commits mailing list