r35554 - in /packages/z88/trunk/debian: Notes control copyright get-orig-source patches/50_all_changes.dpatch

domibel-guest at users.alioth.debian.org domibel-guest at users.alioth.debian.org
Thu Feb 26 22:26:47 UTC 2009


Author: domibel-guest
Date: Thu Feb 26 22:26:46 2009
New Revision: 35554

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35554
Log:
some improvements

Modified:
    packages/z88/trunk/debian/Notes
    packages/z88/trunk/debian/control
    packages/z88/trunk/debian/copyright
    packages/z88/trunk/debian/get-orig-source
    packages/z88/trunk/debian/patches/50_all_changes.dpatch

Modified: packages/z88/trunk/debian/Notes
URL: http://svn.debian.org/wsvn/debian-science/packages/z88/trunk/debian/Notes?rev=35554&op=diff
==============================================================================
--- packages/z88/trunk/debian/Notes (original)
+++ packages/z88/trunk/debian/Notes Thu Feb 26 22:26:46 2009
@@ -1,14 +1,6 @@
-For a list of all the files in the package for suse type:
-    $ rpm -qpl z88_12_0_1_i386.rpm
-
-
-
-
 Instead of 
     x11proto-print-dev, libmotif-dev, libxp-dev
 the package
     lesstif2-dev
 can be used.
 Unfortunately all the bottons on the Z88-Commander disappear.
-
-

Modified: packages/z88/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/z88/trunk/debian/control?rev=35554&op=diff
==============================================================================
--- packages/z88/trunk/debian/control (original)
+++ packages/z88/trunk/debian/control Thu Feb 26 22:26:46 2009
@@ -1,5 +1,5 @@
 Source: z88
-Section: science
+Section: contrib/science
 Priority: optional
 Maintainer: Dominique Belhachemi <domibel at cs.tu-berlin.de>
 DM-Upload-Allowed: yes
@@ -12,7 +12,8 @@
 
 Package: z88
 Architecture: any
-Depends: z88-doc, z88-data, ${shlibs:Depends}, ${misc:Depends}
+Depends: z88-data, ${shlibs:Depends}, ${misc:Depends}
+Recommends: z88-doc
 Description: Finite Element Analysis Program - runtime
  Z88 features 20 finite element types covering plane stress, plate bending,
  axial symmetric structures and spacial structures up to 20-node Serendipity
@@ -22,7 +23,7 @@
  supported.
 
 Package: z88-doc
-Section: doc
+Section: contrib/doc
 Architecture: all
 Depends: ${misc:Depends}
 Description: Finite Element Analysis Program - documentation
@@ -36,7 +37,7 @@
  This package contains the documentation 
 
 Package: z88-data
-Section: doc
+Section: contrib/doc
 Architecture: all
 Depends: ${misc:Depends}
 Description: Finite Element Analysis Program - data

Modified: packages/z88/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/z88/trunk/debian/copyright?rev=35554&op=diff
==============================================================================
--- packages/z88/trunk/debian/copyright (original)
+++ packages/z88/trunk/debian/copyright Thu Feb 26 22:26:46 2009
@@ -5,17 +5,14 @@
 
 
 Files: *
-Copyright:
-  Frank Rieg, University of Bayreuth, Germany
-     frank.rieg (at) uni-bayreuth.de
-License:
- Z88 is licensed under the GPL-2 or any later version,
- see `/usr/share/common-licenses/GPL-2'
+Copyright: 2006, Frank Rieg <frank.rieg (at) uni-bayreuth.de>
+License: GPL-2+
+ On Debian systems the full text of the GNU General Public License can be found
+ in the `/usr/share/common-licenses/GPL-2' file.
 
 
 Files: debian/*
-Copyright: 2008, Dominique Belhachemi <domibel at cs.tu-berlin.de>
+Copyright: 2009, Dominique Belhachemi <domibel at cs.tu-berlin.de>
 License: GPL-2+
- The Debian packaging is licensed under the GPL-2 or any later version,
- see `/usr/share/common-licenses/GPL-2'
-
+ On Debian systems the full text of the GNU General Public License can be found
+ in the `/usr/share/common-licenses/GPL-2' file.

Modified: packages/z88/trunk/debian/get-orig-source
URL: http://svn.debian.org/wsvn/debian-science/packages/z88/trunk/debian/get-orig-source?rev=35554&op=diff
==============================================================================
--- packages/z88/trunk/debian/get-orig-source (original)
+++ packages/z88/trunk/debian/get-orig-source Thu Feb 26 22:26:46 2009
@@ -21,7 +21,7 @@
 mv z88*txt data/
 cd ..
 echo "Creating orig tarball."
-tar -czf z88_12.0.1.orig.tar.gz z88-12.0.1/
+GZIP=-9 tar -czf z88_12.0.1.orig.tar.gz z88-12.0.1/
 echo "Removing extracted directory."
 #rm -rf z88-12.0.1
 #rm z88src.tgz

Modified: packages/z88/trunk/debian/patches/50_all_changes.dpatch
URL: http://svn.debian.org/wsvn/debian-science/packages/z88/trunk/debian/patches/50_all_changes.dpatch?rev=35554&op=diff
==============================================================================
--- packages/z88/trunk/debian/patches/50_all_changes.dpatch (original)
+++ packages/z88/trunk/debian/patches/50_all_changes.dpatch Thu Feb 26 22:26:46 2009
@@ -5,9 +5,21 @@
 ## DP: corrects some documentation paths
 
 @DPATCH@
+diff -urNad z88-12.0.1~/src/wrim88i.c z88-12.0.1/src/wrim88i.c
+--- z88-12.0.1~/src/wrim88i.c	2006-03-23 06:00:00.000000000 -0500
++++ z88-12.0.1/src/wrim88i.c	2009-02-26 17:15:23.000000000 -0500
+@@ -175,7 +175,7 @@
+ dann starten Sie den Solver Part2: Z88I2\n");
+     if(LANG == 2) printf("Z88I1 done\n\
+ you may now adjust Z88.DYN (MAXGS & MAXKOI)\n\
+-then lauch the solver part2: Z88I2\n");
++then launch the solver part2: Z88I2\n");
+   break;
+ 
+   case TX_GSERF:
 diff -urNad z88-12.0.1~/z88 z88-12.0.1/z88
---- z88-12.0.1~/z88	2006-03-23 06:00:00.000000000 -0500
-+++ z88-12.0.1/z88	2009-02-23 14:17:55.000000000 -0500
+--- z88-12.0.1~/z88	2009-02-26 17:14:48.000000000 -0500
++++ z88-12.0.1/z88	2009-02-26 17:15:03.000000000 -0500
 @@ -45,8 +45,8 @@
  
  echo "For further information consult" 
@@ -22,8 +34,8 @@
 \ No newline at end of file
 +z88com
 diff -urNad z88-12.0.1~/z88.fcd z88-12.0.1/z88.fcd
---- z88-12.0.1~/z88.fcd	2006-03-23 06:00:00.000000000 -0500
-+++ z88-12.0.1/z88.fcd	2009-02-23 14:17:32.000000000 -0500
+--- z88-12.0.1~/z88.fcd	2009-02-26 17:14:48.000000000 -0500
++++ z88-12.0.1/z88.fcd	2009-02-26 17:15:03.000000000 -0500
 @@ -26,7 +26,7 @@
  
      Your HTML-or Internet Browser's prefix




More information about the debian-science-commits mailing list