[med-svn] r8910 - trunk/packages/sofa-framework/trunk/debian

Andreas Tille tille at alioth.debian.org
Mon Dec 12 08:38:53 UTC 2011


Author: tille
Date: 2011-12-12 08:38:52 +0000 (Mon, 12 Dec 2011)
New Revision: 8910

Modified:
   trunk/packages/sofa-framework/trunk/debian/changelog
   trunk/packages/sofa-framework/trunk/debian/control
   trunk/packages/sofa-framework/trunk/debian/rules
Log:
Some slight enhancements but package FTBFS with some 


Modified: trunk/packages/sofa-framework/trunk/debian/changelog
===================================================================
--- trunk/packages/sofa-framework/trunk/debian/changelog	2011-12-12 08:11:20 UTC (rev 8909)
+++ trunk/packages/sofa-framework/trunk/debian/changelog	2011-12-12 08:38:52 UTC (rev 8910)
@@ -5,8 +5,14 @@
   * Updated build-dependency on libqwt-dev (Closes: #638170)
 
   [ Andreas Tille ]
-  * Standards-Version: 3.9.2 (no changes needed)
-  * Fixed Vcs-Svn
+  * debian/control:
+    - Standards-Version: 3.9.2 (no changes needed)
+    - Fixed Vcs-Svn
+    - Build-Depends: s/libpng-dev/libpng12-dev/
+  * debian/rules
+    - Do not remove extlibs/tinyxml in clean target which is just
+      part of the upstream source.  The proper place to remove things
+      like this would be in get-orig-source.
 
  -- Andreas Tille <tille at debian.org>  Fri, 09 Dec 2011 12:02:24 +0100
 

Modified: trunk/packages/sofa-framework/trunk/debian/control
===================================================================
--- trunk/packages/sofa-framework/trunk/debian/control	2011-12-12 08:11:20 UTC (rev 8909)
+++ trunk/packages/sofa-framework/trunk/debian/control	2011-12-12 08:38:52 UTC (rev 8910)
@@ -12,7 +12,7 @@
                libboost-thread-dev,
                libglew-dev,
                libnewmat10-dev,
-               libpng-dev,
+               libpng12-dev,
                libqt4-dev,
                libqt4-opengl-dev,
                libqwt-dev,

Modified: trunk/packages/sofa-framework/trunk/debian/rules
===================================================================
--- trunk/packages/sofa-framework/trunk/debian/rules	2011-12-12 08:11:20 UTC (rev 8909)
+++ trunk/packages/sofa-framework/trunk/debian/rules	2011-12-12 08:38:52 UTC (rev 8910)
@@ -58,11 +58,8 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp docs-stamp
 	rm -rf bin lib tutorials doc OBJ
-	- rm -rf extlibs/tinyxml/
+	# - rm -rf extlibs/tinyxml/
 	
-	# Add here commands to clean up after the build process.
-	#$(MAKE) clean
-
 	dh_clean 
 
 




More information about the debian-med-commit mailing list