[med-svn] r9127 - trunk/packages/sofa-framework/trunk/debian
Andreas Tille
tille at alioth.debian.org
Wed Dec 28 18:28:47 UTC 2011
Author: tille
Date: 2011-12-28 18:28:47 +0000 (Wed, 28 Dec 2011)
New Revision: 9127
Modified:
trunk/packages/sofa-framework/trunk/debian/changelog
trunk/packages/sofa-framework/trunk/debian/rules
Log:
Fix clean target to build twice in a row
Modified: trunk/packages/sofa-framework/trunk/debian/changelog
===================================================================
--- trunk/packages/sofa-framework/trunk/debian/changelog 2011-12-28 18:27:54 UTC (rev 9126)
+++ trunk/packages/sofa-framework/trunk/debian/changelog 2011-12-28 18:28:47 UTC (rev 9127)
@@ -10,8 +10,9 @@
- updated to latest upstream code
- turned from dpatch syntax to quilt syntax
- renamed: 10_* is for upstream, 20_* is Debian specific
- * debian/rules -> debian/*.{install,manpages}
- make more use of dh_* helper files
+ * debian/rules
+ - debian/*.{install,manpages} (make more use of dh_* helper files)
+ - Fixed clean target
* debian/control:
- Build-Depends: libeigen3-dev, libqglviewer-qt4-dev
Modified: trunk/packages/sofa-framework/trunk/debian/rules
===================================================================
--- trunk/packages/sofa-framework/trunk/debian/rules 2011-12-28 18:27:54 UTC (rev 9126)
+++ trunk/packages/sofa-framework/trunk/debian/rules 2011-12-28 18:28:47 UTC (rev 9127)
@@ -65,7 +65,9 @@
find . -name "*.o" -delete
find . -name "Makefile" -delete
find . -name "Makefile.lib*" -delete
+ find . -name "Makefile.sofa_*" -delete
find . -name "moc_*" -delete
+ find . -type d -empty -delete
rm -rf applications/sofa/gui/qt/PluginManager.h \
applications/sofa/gui/qt/VisitorGUI.cpp \
applications/sofa/gui/qt/GUI.cpp \
@@ -81,9 +83,10 @@
applications/projects/Modeler/lib/DialogAddPreset.cpp \
applications/projects/Modeler/lib/PluginManager.cpp \
applications/projects/Modeler/lib/DialogAddPreset.h \
- applications/projects/Modeler/lib/Modeler.h
+ applications/projects/Modeler/lib/Modeler.h \
+ applications/sofa/gui/qt/UI \
+ applications/projects/Modeler/lib/UI
-
install: install-indep install-arch
install-indep: build-indep
More information about the debian-med-commit
mailing list