r35531 - in /packages/z88/trunk/debian: changelog control rules z88.install

domibel-guest at users.alioth.debian.org domibel-guest at users.alioth.debian.org
Fri Feb 20 19:36:00 UTC 2009


Author: domibel-guest
Date: Fri Feb 20 19:36:00 2009
New Revision: 35531

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35531
Log:
added ITP bug number

Removed:
    packages/z88/trunk/debian/z88.install
Modified:
    packages/z88/trunk/debian/changelog
    packages/z88/trunk/debian/control
    packages/z88/trunk/debian/rules

Modified: packages/z88/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/z88/trunk/debian/changelog?rev=35531&op=diff
==============================================================================
--- packages/z88/trunk/debian/changelog (original)
+++ packages/z88/trunk/debian/changelog Fri Feb 20 19:36:00 2009
@@ -1,5 +1,5 @@
 z88 (12.0.1-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+  * Initial release (Closes: #516333)
 
  -- Dominique Belhachemi <domibel at cs.tu-berlin.de>  Sun, 15 Feb 2009 03:21:31 -0500

Modified: packages/z88/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/z88/trunk/debian/control?rev=35531&op=diff
==============================================================================
--- packages/z88/trunk/debian/control (original)
+++ packages/z88/trunk/debian/control Fri Feb 20 19:36:00 2009
@@ -12,7 +12,7 @@
 
 Package: z88
 Architecture: any
-Depends: z88-doc, ${shlibs:Depends}, ${misc:Depends}
+Depends: z88-doc, z88-data, ${shlibs:Depends}, ${misc:Depends}
 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
@@ -34,3 +34,17 @@
  supported.
  .
  This package contains the documentation 
+
+Package: z88-data
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: Finite Element Analysis Program - data
+ Z88 features 20 finite element types covering plane stress, plate bending,
+ axial symmetric structures and spacial structures up to 20-node Serendipity
+ hexahedrons. Z88 comes with a user-friendly interface, a powerful mesh
+ generator, a DXF-converter, two plot programs and, of course, two powerful
+ solvers. Import of COSMOS files from Pro/ENGINEER and Pro/MECHANICA is
+ supported.
+ .
+ This package contains some data files

Modified: packages/z88/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/z88/trunk/debian/rules?rev=35531&op=diff
==============================================================================
--- packages/z88/trunk/debian/rules (original)
+++ packages/z88/trunk/debian/rules Fri Feb 20 19:36:00 2009
@@ -64,13 +64,15 @@
 
 	# Add here commands to install the package into debian/z88.
 #	$(MAKE) DESTDIR=$(CURDIR)/debian/z88 install
-	mkdir -p $(CURDIR)/debian/tmp/usr/bin
-	mkdir -p $(CURDIR)/debian/tmp/usr/share/z88
 
-	cp z88 laserj88 pxon88 z88com z88d z88e z88f z88g z88h z88i1 z88i2 z88n z88o z88p z88v z88x $(CURDIR)/debian/tmp/usr/bin
-	cp z88.fcd z88.dyn z88i4.txt LIESMICH README b*.txt z*.txt *.dxf *.nas *.cos $(CURDIR)/debian/tmp/usr/share/z88
+	dh_install -pz88        z88 laserj88 pxon88 z88com z88d z88e z88f z88g z88h z88i1 z88i2 z88n z88o z88p z88v z88x   usr/bin
+	dh_install -pz88        z88.fcd z88.dyn LIESMICH README      usr/share/z88
+	dh_install -pz88-data   b*.txt z*.txt *.dxf *.nas *.cos      usr/share/z88
 
-	dh_install -pz88   debian/z88.desktop        usr/share/applications
+	dh_install -pz88        debian/z88.desktop                   usr/share/applications
+
+        # lintian override
+	install -p -D -m644 debian/z88.lintian debian/z88/usr/share/lintian/overrides/z88
 
 
 # Build architecture-independent files here.
@@ -83,25 +85,14 @@
 	dh_testroot
 	dh_installchangelogs 
 	dh_installdocs
-#	dh_installexamples
 #	dh_install
 #	dh_installmenu
 #	dh_installdebconf
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_python
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
 #	dh_installman
 	dh_link
 	dh_strip
 	dh_compress -X"z88-doc/pdf"
 	dh_fixperms
-#	dh_perl
-#	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol




More information about the debian-science-commits mailing list