[SCM] Freefoam packaging. Programs and libraries for Computational Fluid Dynamics (CFD) branch, master, updated. debian/0.1.0+dfsg-1

Michael Wild themiwi at users.sourceforge.net
Fri Aug 17 08:57:37 UTC 2012


The following commit has been merged in the master branch:
commit 6de0d226e89fd0ec42daf4579c4f8751264759a8
Author: Michael Wild <themiwi at users.sourceforge.net>
Date:   Fri Jul 27 12:48:24 2012 +0200

    Rename the libfreefoam package to libfreefoam1
    
    - This is to be compliant with policy 8.2
    - Also rename the plugins0 directory to plugins1 to honour the same policy
    
    Closes: 682953
    Signed-off-by: Michael Wild <themiwi at users.sourceforge.net>

diff --git a/debian/control b/debian/control
index 6143499..ca292a5 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: cdbs, debhelper (>= 5.0.24), python-support, cmake, flex,
  texlive-science, dblatex, dpkg-dev (>= 1.16.1~), graphviz
 Standards-Version: 3.9.3
 
-Package: libfreefoam
+Package: libfreefoam1
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
@@ -29,7 +29,7 @@ Description: libraries for Computational Fluid Dynamics (CFD)
 Package: libfreefoam-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libfreefoam (= ${binary:Version}), ${python:Depends}
+Depends: ${misc:Depends}, libfreefoam1 (= ${binary:Version}), ${python:Depends}
 Description: libraries for Computational Fluid Dynamics (CFD) - development files
  Libraries and modules for grid generation, simulation and analyzing of
  complex fluid flows, post-processing and visualizing of the resulting
@@ -42,7 +42,7 @@ Description: libraries for Computational Fluid Dynamics (CFD) - development file
 Package: freefoam
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}, 
-  libfreefoam (= ${binary:Version}), mpi-default-bin, 
+  libfreefoam1 (= ${binary:Version}), mpi-default-bin, 
   tcsh | csh | c-shell, ${python:Depends}
 Description: programs for Computational Fluid Dynamics (CFD)
  A collection of solvers and utility programs for grid generation,
diff --git a/debian/libfreefoam.install b/debian/libfreefoam1.install
similarity index 100%
rename from debian/libfreefoam.install
rename to debian/libfreefoam1.install
diff --git a/debian/rules b/debian/rules
index 1872eb2..079d0b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,9 +54,9 @@ FF_INSTALL=								\
 	-DFOAM_INSTALL_LIBEXEC_PATH=/usr/bin				\
 	-DFOAM_INSTALL_LIBRARY_PATH=/usr/lib/$(FF_SUBDIR)		\
 	-DFOAM_INSTALL_MAN_PATH=/usr/share/man				\
-	-DFOAM_INSTALL_PLUGIN_PATH=/usr/lib/$(FF_SUBDIR)/plugins0	\
+	-DFOAM_INSTALL_PLUGIN_PATH=/usr/lib/$(FF_SUBDIR)/plugins1	\
 	-DFOAM_INSTALL_TUTORIALS_PATH=/usr/share/doc/$(FF_SUBDIR)	\
-	-DFOAM_INSTALL_USERDFOAM_PATH=/usr/lib/$(FF_SUBDIR)/plugins/ensightReader
+	-DFOAM_INSTALL_USERDFOAM_PATH=/usr/lib/$(FF_SUBDIR)/plugins1/ensightReader
 
 DEB_CMAKE_EXTRA_FLAGS= 					\
 	-DFOAM_EXE_PREFIX=freefoam-			\
@@ -76,11 +76,11 @@ DEB_CMAKE_EXTRA_FLAGS= 					\
 
 
 
-DEB_DH_MAKESHLIBDEPS_ARGS_libfreefoam=-X/usr/lib/$(FF_SUBDIR)
+DEB_DH_MAKESHLIBDEPS_ARGS_libfreefoam1=-X/usr/lib/$(FF_SUBDIR)
 
 
-install/libfreefoam::
-	install -d $(CURDIR)/debian/libfreefoam/usr/lib/$(FF_SUBDIR)
+install/libfreefoam1::
+	install -d $(CURDIR)/debian/libfreefoam1/usr/lib/$(FF_SUBDIR)
 
 install/libfreefoam-dev::
 	install -d $(CURDIR)/debian/libfreefoam-dev/usr/include/$(FF_SUBDIR)
@@ -103,8 +103,8 @@ install/freefoam-user-doc::
 install/freefoam-dev-doc::
 	rm $(CURDIR)/debian/tmp/usr/share/doc/freefoam/API/jquery.js
 
-binary-install/libfreefoam::
-	dh_pysupport -plibfreefoam
+binary-install/libfreefoam1::
+	dh_pysupport -plibfreefoam1
 
 binary-install/libfreefoam-dev::
 	dh_pysupport -plibfreefoam-dev

-- 
Freefoam packaging. Programs and libraries for Computational Fluid Dynamics (CFD)



More information about the debian-science-commits mailing list