[med-svn] r1786 - trunk/packages/fact++/trunk/debian

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Wed Apr 16 21:35:35 UTC 2008


Author: hanska-guest
Date: 2008-04-16 21:35:35 +0000 (Wed, 16 Apr 2008)
New Revision: 1786

Modified:
   trunk/packages/fact++/trunk/debian/changelog
   trunk/packages/fact++/trunk/debian/control
   trunk/packages/fact++/trunk/debian/rules
Log:
W: fact++: binary-without-manpage usr/bin/digFaCT++
E: fact++: no-shlibs-control-file usr/lib/libDIGParser.so
E: fact++: no-shlibs-control-file usr/lib/libKernel.so
E: fact++: no-shlibs-control-file usr/lib/libFaCTPlusPlusJNI.so
E: fact++: no-shlibs-control-file usr/lib/libBdd.so
E: fact++: postinst-must-call-ldconfig usr/lib/libBdd.so
W: fact++: postrm-should-call-ldconfig usr/lib/libBdd.so
W: fact++: package-name-doesnt-match-sonames libBdd libDIGParser libFaCTPlusPlusJNI libKernel
E: fact++: postrm-contains-additional-updaterc.d-calls /etc/init.d/fact
W: fact++: script-in-etc-init.d-not-registered-via-update-rc.d /etc/init.d/fact++ <= should be updated with LSB HEADERS
- Maintainer set to Debian-Med group
- DM-Upload-Allowed: yes
* debian/rules:
- don't ignore the return value of $(MAKE) clean

Modified: trunk/packages/fact++/trunk/debian/changelog
===================================================================
--- trunk/packages/fact++/trunk/debian/changelog	2008-04-16 21:23:38 UTC (rev 1785)
+++ trunk/packages/fact++/trunk/debian/changelog	2008-04-16 21:35:35 UTC (rev 1786)
@@ -1,13 +1,28 @@
 fact++ (1.1.11-1) UNRELEASED; urgency=low
 
+  W: fact++: binary-without-manpage usr/bin/digFaCT++
+  E: fact++: no-shlibs-control-file usr/lib/libDIGParser.so
+  E: fact++: no-shlibs-control-file usr/lib/libKernel.so
+  E: fact++: no-shlibs-control-file usr/lib/libFaCTPlusPlusJNI.so
+  E: fact++: no-shlibs-control-file usr/lib/libBdd.so
+  E: fact++: postinst-must-call-ldconfig usr/lib/libBdd.so
+  W: fact++: postrm-should-call-ldconfig usr/lib/libBdd.so
+  W: fact++: package-name-doesnt-match-sonames libBdd libDIGParser libFaCTPlusPlusJNI libKernel
+  E: fact++: postrm-contains-additional-updaterc.d-calls /etc/init.d/fact
+  W: fact++: script-in-etc-init.d-not-registered-via-update-rc.d /etc/init.d/fact++ <= should be updated with LSB HEADERS
+
   * New upstream release
   * debian/control:
     - updated Standards-Version to 3.7.3 (no changes needed)
     - added myself to Uploaders
     - added Vcs-Browser and Vcs-Svn
+    - Maintainer set to Debian-Med group
+    - DM-Upload-Allowed: yes
   * debian/watch updated
+  * debian/rules:
+    - don't ignore the return value of $(MAKE) clean
 
- -- David Paleino <d.paleino at gmail.com>  Wed, 16 Apr 2008 23:22:58 +0200
+ -- David Paleino <d.paleino at gmail.com>  Wed, 16 Apr 2008 23:33:24 +0200
 
 fact++ (1.1.8-1) experimental; urgency=low
 

Modified: trunk/packages/fact++/trunk/debian/control
===================================================================
--- trunk/packages/fact++/trunk/debian/control	2008-04-16 21:23:38 UTC (rev 1785)
+++ trunk/packages/fact++/trunk/debian/control	2008-04-16 21:35:35 UTC (rev 1786)
@@ -1,8 +1,10 @@
 Source: fact++
 Section: science
 Priority: optional
-Maintainer: Steffen Moeller <moeller at debian.org>,
+Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>,
  David Paleino <d.paleino at gmail.com>
+DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 5), libxerces27-dev, libsablevm1-dev
 Standards-Version: 3.7.3
 Homepage: http://owl.man.ac.uk/factplusplus

Modified: trunk/packages/fact++/trunk/debian/rules
===================================================================
--- trunk/packages/fact++/trunk/debian/rules	2008-04-16 21:23:38 UTC (rev 1785)
+++ trunk/packages/fact++/trunk/debian/rules	2008-04-16 21:35:35 UTC (rev 1786)
@@ -42,7 +42,7 @@
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) -C src clean
+	[ ! -f Makefile ] || $(MAKE) -C src clean
 	rm -f `find src -name "*.so" -o -name "*.a"`
 
 	dh_clean debian/FaCT++.1




More information about the debian-med-commit mailing list