From: František Dvořák Date: Mon, 19 Dec 2011 15:08:17 +0000 (+0000) Subject: Debian packaging of L&B/JP common subsystem. X-Git-Tag: emi-canl-c_R_1_0_0_0~102 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=e1d04ea7cc8d1f9d9a9797e215363e57d2e9adeb;p=jra1mw.git Debian packaging of L&B/JP common subsystem. --- diff --git a/org.glite.lbjp-common.db/project/debian.control b/org.glite.lbjp-common.db/project/debian.control new file mode 100644 index 0000000..3107f34 --- /dev/null +++ b/org.glite.lbjp-common.db/project/debian.control @@ -0,0 +1,34 @@ +Source: glite-lbjp-common-db +Priority: extra +Maintainer: @MAINTAINER@ +Uploaders: @UPLOADERS@ +Build-Depends: debhelper (>= 7.0.50~), chrpath, libcppunit-dev, liblog4c-dev, libglite-lbjp-common-trio-dev, libglite-lbjp-common-log-dev, libmysqlclient-dev, libmysqlclient16, libpq-dev, libtool +Standards-Version: 3.9.1 +Section: libs +Homepage: @URL@ +DM-Upload-Allowed: yes +@DEBIAN_VCS@ + +Package: libglite-lbjp-common-db +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: @SUMMARY@ +@DEBIAN_DESCRIPTION@ + +Package: libglite-lbjp-common-db-dev +Section: libdevel +Architecture: any +Provides: glite-lbjp-common-db +Depends: libglite-lbjp-common-db (= ${binary:Version}), ${misc:Depends} +Description: Development files for gLite L&B/JP common db module + This package contains development libraries and header files for gLite L&B/JP + common db module. + +Package: libglite-lbjp-common-db-dbg +Section: debug +Architecture: any +Priority: extra +Depends: libglite-lbjp-common-db (= ${binary:Version}), ${misc:Depends} +Description: gLite L&B/JP common db module debugging symbols + This package contains debugging symbols for gLite L&B/JP common db module. diff --git a/org.glite.lbjp-common.db/project/debian.copyright b/org.glite.lbjp-common.db/project/debian.copyright new file mode 100644 index 0000000..3d762ae --- /dev/null +++ b/org.glite.lbjp-common.db/project/debian.copyright @@ -0,0 +1,38 @@ +This work was packaged for Debian by: + + @MAINTAINER@ on Thu, 08 Dec 2011 00:46:07 +0100 + +It was downloaded from: + + @URL@ + +Upstream Author(s): + + @MAINTAINER@ + +Copyright: + + + +License: + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +On Debian systems, the complete text of the Apache version 2.0 license +can be found in "/usr/share/common-licenses/Apache-2.0". + +The Debian packaging is: + + Copyright (C) 2004-2011 Members of the EGEE Collaboration + +and is licensed under the Apache License, Version 2.0. diff --git a/org.glite.lbjp-common.db/project/debian.libglite-lbjp-common-db-dev.dirs b/org.glite.lbjp-common.db/project/debian.libglite-lbjp-common-db-dev.dirs new file mode 100644 index 0000000..0f15098 --- /dev/null +++ b/org.glite.lbjp-common.db/project/debian.libglite-lbjp-common-db-dev.dirs @@ -0,0 +1,2 @@ +usr/include/glite/lbu +usr/lib diff --git a/org.glite.lbjp-common.db/project/debian.libglite-lbjp-common-db-dev.install b/org.glite.lbjp-common.db/project/debian.libglite-lbjp-common-db-dev.install new file mode 100644 index 0000000..83f1c89 --- /dev/null +++ b/org.glite.lbjp-common.db/project/debian.libglite-lbjp-common-db-dev.install @@ -0,0 +1,2 @@ +usr/include/glite/lbu/*.h +usr/lib/lib*.so diff --git a/org.glite.lbjp-common.db/project/debian.libglite-lbjp-common-db.dirs b/org.glite.lbjp-common.db/project/debian.libglite-lbjp-common-db.dirs new file mode 100644 index 0000000..6845771 --- /dev/null +++ b/org.glite.lbjp-common.db/project/debian.libglite-lbjp-common-db.dirs @@ -0,0 +1 @@ +usr/lib diff --git a/org.glite.lbjp-common.db/project/debian.libglite-lbjp-common-db.install b/org.glite.lbjp-common.db/project/debian.libglite-lbjp-common-db.install new file mode 100644 index 0000000..d0dbfd1 --- /dev/null +++ b/org.glite.lbjp-common.db/project/debian.libglite-lbjp-common-db.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* diff --git a/org.glite.lbjp-common.db/project/debian.rules b/org.glite.lbjp-common.db/project/debian.rules new file mode 100644 index 0000000..749a2fd --- /dev/null +++ b/org.glite.lbjp-common.db/project/debian.rules @@ -0,0 +1,67 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +-include /usr/share/dpkg/buildflags.mk + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + /usr/bin/perl ./configure --thrflavour= --nothrflavour= --root=/ --prefix=/usr --libdir=lib --project=emi --module lbjp-common.db + touch $@ + +build: build-arch build-indep + +build-arch build-indep: build-stamp + +build-stamp: configure-stamp + dh_testdir + CFLAGS="$(CFLAGS) $(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) + CFLAGS="$(CFLAGS) $(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) check + touch $@ + +clean: configure-stamp + dh_testdir + dh_testroot + rm -f configure-stamp build-stamp + $(MAKE) clean + rm -f Makefile.inc config.status + dh_clean + +install: build-stamp + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + rm -rvf $(CURDIR)/debian/tmp/usr/share + rm -vf $(CURDIR)/debian/tmp/usr/lib/*.la + rm -vf $(CURDIR)/debian/tmp/usr/lib/*.a + find $(CURDIR)/debian/tmp -name '*' -print | xargs -I {} -i bash -c "chrpath -d {} > /dev/null 2>&1" || echo 'Stripped RPATH' + +binary-indep: + +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_installman + dh_installlogrotate + dh_installcron + dh_install --fail-missing + dh_link + dh_strip --dbg-package=libglite-lbjp-common-db-dbg + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-arch binary-indep diff --git a/org.glite.lbjp-common.gsoap-plugin/project/debian.control b/org.glite.lbjp-common.gsoap-plugin/project/debian.control new file mode 100644 index 0000000..09a4ae1 --- /dev/null +++ b/org.glite.lbjp-common.gsoap-plugin/project/debian.control @@ -0,0 +1,34 @@ +Source: glite-lbjp-common-gsoap-plugin +Priority: extra +Maintainer: @MAINTAINER@ +Uploaders: @UPLOADERS@ +Build-Depends: debhelper (>= 7.0.50~), chrpath, libc-ares-dev, libcppunit-dev, libglite-lbjp-common-gss-dev, libglobus-gssapi-gsi-dev, gsoap, libtool +Standards-Version: 3.9.1 +Section: libs +Homepage: @URL@ +DM-Upload-Allowed: yes +@DEBIAN_VCS@ + +Package: libglite-lbjp-common-gsoap-plugin +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: @SUMMARY@ +@DEBIAN_DESCRIPTION@ + +Package: libglite-lbjp-common-gsoap-plugin-dev +Section: libdevel +Architecture: any +Provides: glite-lbjp-common-gsoap-plugin, glite-security-gsoap-plugin +Depends: libglite-lbjp-common-gsoap-plugin (= ${binary:Version}), ${misc:Depends} +Description: Development files for gLite gsoap-plugin + This package contains development libraries and header files for gLite + gsoap-plugin. + +Package: libglite-lbjp-common-gsoap-plugin-dbg +Section: debug +Architecture: any +Priority: extra +Depends: libglite-lbjp-common-gsoap-plugin (= ${binary:Version}), ${misc:Depends} +Description: gLite gsoap-plugin library debugging symbols + This package contains debugging symbols for gLite gsoap-plugin library. diff --git a/org.glite.lbjp-common.gsoap-plugin/project/debian.copyright b/org.glite.lbjp-common.gsoap-plugin/project/debian.copyright new file mode 100644 index 0000000..3d762ae --- /dev/null +++ b/org.glite.lbjp-common.gsoap-plugin/project/debian.copyright @@ -0,0 +1,38 @@ +This work was packaged for Debian by: + + @MAINTAINER@ on Thu, 08 Dec 2011 00:46:07 +0100 + +It was downloaded from: + + @URL@ + +Upstream Author(s): + + @MAINTAINER@ + +Copyright: + + + +License: + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +On Debian systems, the complete text of the Apache version 2.0 license +can be found in "/usr/share/common-licenses/Apache-2.0". + +The Debian packaging is: + + Copyright (C) 2004-2011 Members of the EGEE Collaboration + +and is licensed under the Apache License, Version 2.0. diff --git a/org.glite.lbjp-common.gsoap-plugin/project/debian.libglite-lbjp-common-gsoap-plugin-dev.dirs b/org.glite.lbjp-common.gsoap-plugin/project/debian.libglite-lbjp-common-gsoap-plugin-dev.dirs new file mode 100644 index 0000000..f3c261e --- /dev/null +++ b/org.glite.lbjp-common.gsoap-plugin/project/debian.libglite-lbjp-common-gsoap-plugin-dev.dirs @@ -0,0 +1,2 @@ +usr/include/glite/security +usr/lib diff --git a/org.glite.lbjp-common.gsoap-plugin/project/debian.libglite-lbjp-common-gsoap-plugin-dev.install b/org.glite.lbjp-common.gsoap-plugin/project/debian.libglite-lbjp-common-gsoap-plugin-dev.install new file mode 100644 index 0000000..6cb0e0b --- /dev/null +++ b/org.glite.lbjp-common.gsoap-plugin/project/debian.libglite-lbjp-common-gsoap-plugin-dev.install @@ -0,0 +1,2 @@ +usr/include/glite/security/*.h +usr/lib/lib*.so diff --git a/org.glite.lbjp-common.gsoap-plugin/project/debian.libglite-lbjp-common-gsoap-plugin.dirs b/org.glite.lbjp-common.gsoap-plugin/project/debian.libglite-lbjp-common-gsoap-plugin.dirs new file mode 100644 index 0000000..6845771 --- /dev/null +++ b/org.glite.lbjp-common.gsoap-plugin/project/debian.libglite-lbjp-common-gsoap-plugin.dirs @@ -0,0 +1 @@ +usr/lib diff --git a/org.glite.lbjp-common.gsoap-plugin/project/debian.libglite-lbjp-common-gsoap-plugin.install b/org.glite.lbjp-common.gsoap-plugin/project/debian.libglite-lbjp-common-gsoap-plugin.install new file mode 100644 index 0000000..d0dbfd1 --- /dev/null +++ b/org.glite.lbjp-common.gsoap-plugin/project/debian.libglite-lbjp-common-gsoap-plugin.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* diff --git a/org.glite.lbjp-common.gsoap-plugin/project/debian.rules b/org.glite.lbjp-common.gsoap-plugin/project/debian.rules new file mode 100644 index 0000000..5468fa7 --- /dev/null +++ b/org.glite.lbjp-common.gsoap-plugin/project/debian.rules @@ -0,0 +1,67 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +-include /usr/share/dpkg/buildflags.mk + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + /usr/bin/perl ./configure --thrflavour= --nothrflavour= --root=/ --prefix=/usr --libdir=lib --project=emi --module lbjp-common.gsoap-plugin + touch $@ + +build: build-arch build-indep + +build-arch build-indep: build-stamp + +build-stamp: configure-stamp + dh_testdir + CFLAGS="$(CFLAGS) $(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) + CFLAGS="$(CFLAGS) $(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) check + touch $@ + +clean: configure-stamp + dh_testdir + dh_testroot + rm -f configure-stamp build-stamp + $(MAKE) clean + rm -f Makefile.inc config.status + dh_clean + +install: build-stamp + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + rm -rvf $(CURDIR)/debian/tmp/usr/share + rm -vf $(CURDIR)/debian/tmp/usr/lib/*.la + rm -vf $(CURDIR)/debian/tmp/usr/lib/*.a + find $(CURDIR)/debian/tmp -name '*' -print | xargs -I {} -i bash -c "chrpath -d {} > /dev/null 2>&1" || echo 'Stripped RPATH' + +binary-indep: + +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_installman + dh_installlogrotate + dh_installcron + dh_install --fail-missing + dh_link + dh_strip --dbg-package=libglite-lbjp-common-gsoap-plugin-dbg + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-arch binary-indep diff --git a/org.glite.lbjp-common.gss/project/debian.control b/org.glite.lbjp-common.gss/project/debian.control new file mode 100644 index 0000000..a59e69f --- /dev/null +++ b/org.glite.lbjp-common.gss/project/debian.control @@ -0,0 +1,34 @@ +Source: glite-lbjp-common-gss +Priority: extra +Maintainer: @MAINTAINER@ +Uploaders: @UPLOADERS@ +Build-Depends: debhelper (>= 7.0.50~), chrpath, libcppunit-dev, libc-ares2, libc-ares-dev, libglobus-gssapi-gsi-dev, libtool +Standards-Version: 3.9.1 +Section: libs +Homepage: @URL@ +DM-Upload-Allowed: yes +@DEBIAN_VCS@ + +Package: libglite-lbjp-common-gss +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: @SUMMARY@ +@DEBIAN_DESCRIPTION@ + +Package: libglite-lbjp-common-gss-dev +Section: libdevel +Architecture: any +Provides: glite-lbjp-common-gss +Depends: libglite-lbjp-common-gss (= ${binary:Version}), ${misc:Depends}, libglobus-gssapi-gsi-dev +Description: Development files for gLite L&B/JP common gss library + This package contains development libraries and header files for gLite gss + library. + +Package: libglite-lbjp-common-gss-dbg +Section: debug +Architecture: any +Priority: extra +Depends: libglite-lbjp-common-gss (= ${binary:Version}), ${misc:Depends} +Description: gLite gss library debugging symbols + This package contains debugging symbols for gLite gss library. diff --git a/org.glite.lbjp-common.gss/project/debian.copyright b/org.glite.lbjp-common.gss/project/debian.copyright new file mode 100644 index 0000000..3d762ae --- /dev/null +++ b/org.glite.lbjp-common.gss/project/debian.copyright @@ -0,0 +1,38 @@ +This work was packaged for Debian by: + + @MAINTAINER@ on Thu, 08 Dec 2011 00:46:07 +0100 + +It was downloaded from: + + @URL@ + +Upstream Author(s): + + @MAINTAINER@ + +Copyright: + + + +License: + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +On Debian systems, the complete text of the Apache version 2.0 license +can be found in "/usr/share/common-licenses/Apache-2.0". + +The Debian packaging is: + + Copyright (C) 2004-2011 Members of the EGEE Collaboration + +and is licensed under the Apache License, Version 2.0. diff --git a/org.glite.lbjp-common.gss/project/debian.libglite-lbjp-common-gss-dev.dirs b/org.glite.lbjp-common.gss/project/debian.libglite-lbjp-common-gss-dev.dirs new file mode 100644 index 0000000..7afe4d3 --- /dev/null +++ b/org.glite.lbjp-common.gss/project/debian.libglite-lbjp-common-gss-dev.dirs @@ -0,0 +1,2 @@ +usr/lib +usr/include/glite/security diff --git a/org.glite.lbjp-common.gss/project/debian.libglite-lbjp-common-gss-dev.install b/org.glite.lbjp-common.gss/project/debian.libglite-lbjp-common-gss-dev.install new file mode 100644 index 0000000..6cb0e0b --- /dev/null +++ b/org.glite.lbjp-common.gss/project/debian.libglite-lbjp-common-gss-dev.install @@ -0,0 +1,2 @@ +usr/include/glite/security/*.h +usr/lib/lib*.so diff --git a/org.glite.lbjp-common.gss/project/debian.libglite-lbjp-common-gss.dirs b/org.glite.lbjp-common.gss/project/debian.libglite-lbjp-common-gss.dirs new file mode 100644 index 0000000..6845771 --- /dev/null +++ b/org.glite.lbjp-common.gss/project/debian.libglite-lbjp-common-gss.dirs @@ -0,0 +1 @@ +usr/lib diff --git a/org.glite.lbjp-common.gss/project/debian.libglite-lbjp-common-gss.install b/org.glite.lbjp-common.gss/project/debian.libglite-lbjp-common-gss.install new file mode 100644 index 0000000..d0dbfd1 --- /dev/null +++ b/org.glite.lbjp-common.gss/project/debian.libglite-lbjp-common-gss.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* diff --git a/org.glite.lbjp-common.gss/project/debian.rules b/org.glite.lbjp-common.gss/project/debian.rules new file mode 100644 index 0000000..291924c --- /dev/null +++ b/org.glite.lbjp-common.gss/project/debian.rules @@ -0,0 +1,67 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +-include /usr/share/dpkg/buildflags.mk + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + /usr/bin/perl ./configure --thrflavour= --nothrflavour= --root=/ --prefix=/usr --libdir=lib --project=emi --module lbjp-common.gss + touch $@ + +build: build-arch build-indep + +build-arch build-indep: build-stamp + +build-stamp: configure-stamp + dh_testdir + CFLAGS="$(CFLAGS) $(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) + CFLAGS="$(CFLAGS) $(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) check + touch $@ + +clean: configure-stamp + dh_testdir + dh_testroot + rm -f configure-stamp build-stamp + $(MAKE) clean + rm -f Makefile.inc config.status + dh_clean + +install: build-stamp + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + rm -rvf $(CURDIR)/debian/tmp/usr/share + rm -vf $(CURDIR)/debian/tmp/usr/lib/*.la + rm -vf $(CURDIR)/debian/tmp/usr/lib/*.a + find $(CURDIR)/debian/tmp -name '*' -print | xargs -I {} -i bash -c "chrpath -d {} > /dev/null 2>&1" || echo 'Stripped RPATH' + +binary-indep: + +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_installman + dh_installlogrotate + dh_installcron + dh_install --fail-missing + dh_link + dh_strip --dbg-package=libglite-lbjp-common-gss-dbg + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-arch binary-indep diff --git a/org.glite.lbjp-common.jp-interface/project/debian.control b/org.glite.lbjp-common.jp-interface/project/debian.control new file mode 100644 index 0000000..19ed844 --- /dev/null +++ b/org.glite.lbjp-common.jp-interface/project/debian.control @@ -0,0 +1,34 @@ +Source: glite-lbjp-common-jp-interface +Priority: extra +Maintainer: @MAINTAINER@ +Uploaders: @UPLOADERS@ +Build-Depends: debhelper (>= 7.0.50~), chrpath, libcppunit-dev, libglite-jobid-api-c-dev, libglite-lbjp-common-db-dev, libglite-lbjp-common-trio-dev, libtool +Standards-Version: 3.9.1 +Section: libs +Homepage: @URL@ +DM-Upload-Allowed: yes +@DEBIAN_VCS@ + +Package: libglite-lbjp-common-jp-interface +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: @SUMMARY@ +@DEBIAN_DESCRIPTION@ + +Package: libglite-lbjp-common-jp-interface-dev +Section: libdevel +Architecture: any +Provides: glite-lbjp-common-jp-interface +Depends: libglite-lbjp-common-jp-interface (= ${binary:Version}), ${misc:Depends} +Description: Development files for gLite L&B/JP interface library + This package contains development libraries and header files for gLite L&B/JP + interface library. + +Package: libglite-lbjp-common-jp-interface-dbg +Section: debug +Architecture: any +Priority: extra +Depends: libglite-lbjp-common-jp-interface (= ${binary:Version}), ${misc:Depends} +Description: gLite L&B/JP interface library debugging symbols + This package contains debugging symbols for gLite L&B/JP interface library. diff --git a/org.glite.lbjp-common.jp-interface/project/debian.copyright b/org.glite.lbjp-common.jp-interface/project/debian.copyright new file mode 100644 index 0000000..3d762ae --- /dev/null +++ b/org.glite.lbjp-common.jp-interface/project/debian.copyright @@ -0,0 +1,38 @@ +This work was packaged for Debian by: + + @MAINTAINER@ on Thu, 08 Dec 2011 00:46:07 +0100 + +It was downloaded from: + + @URL@ + +Upstream Author(s): + + @MAINTAINER@ + +Copyright: + + + +License: + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +On Debian systems, the complete text of the Apache version 2.0 license +can be found in "/usr/share/common-licenses/Apache-2.0". + +The Debian packaging is: + + Copyright (C) 2004-2011 Members of the EGEE Collaboration + +and is licensed under the Apache License, Version 2.0. diff --git a/org.glite.lbjp-common.jp-interface/project/debian.libglite-lbjp-common-jp-interface-dev.dirs b/org.glite.lbjp-common.jp-interface/project/debian.libglite-lbjp-common-jp-interface-dev.dirs new file mode 100644 index 0000000..c049a8b --- /dev/null +++ b/org.glite.lbjp-common.jp-interface/project/debian.libglite-lbjp-common-jp-interface-dev.dirs @@ -0,0 +1,2 @@ +usr/include/glite/jp +usr/lib diff --git a/org.glite.lbjp-common.jp-interface/project/debian.libglite-lbjp-common-jp-interface-dev.install b/org.glite.lbjp-common.jp-interface/project/debian.libglite-lbjp-common-jp-interface-dev.install new file mode 100644 index 0000000..bbb1883 --- /dev/null +++ b/org.glite.lbjp-common.jp-interface/project/debian.libglite-lbjp-common-jp-interface-dev.install @@ -0,0 +1,2 @@ +usr/include/glite/jp/*.h +usr/lib/lib*.so diff --git a/org.glite.lbjp-common.jp-interface/project/debian.libglite-lbjp-common-jp-interface.dirs b/org.glite.lbjp-common.jp-interface/project/debian.libglite-lbjp-common-jp-interface.dirs new file mode 100644 index 0000000..6845771 --- /dev/null +++ b/org.glite.lbjp-common.jp-interface/project/debian.libglite-lbjp-common-jp-interface.dirs @@ -0,0 +1 @@ +usr/lib diff --git a/org.glite.lbjp-common.jp-interface/project/debian.libglite-lbjp-common-jp-interface.install b/org.glite.lbjp-common.jp-interface/project/debian.libglite-lbjp-common-jp-interface.install new file mode 100644 index 0000000..d0dbfd1 --- /dev/null +++ b/org.glite.lbjp-common.jp-interface/project/debian.libglite-lbjp-common-jp-interface.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* diff --git a/org.glite.lbjp-common.jp-interface/project/debian.rules b/org.glite.lbjp-common.jp-interface/project/debian.rules new file mode 100644 index 0000000..4a5eb1d --- /dev/null +++ b/org.glite.lbjp-common.jp-interface/project/debian.rules @@ -0,0 +1,66 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +-include /usr/share/dpkg/buildflags.mk + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + /usr/bin/perl ./configure --thrflavour= --nothrflavour= --root=/ --prefix=/usr --libdir=lib --project=emi --module lbjp-common.jp-interface + touch $@ + +build: build-arch build-indep + +build-arch build-indep: build-stamp + +build-stamp: configure-stamp + dh_testdir + CFLAGS="$(CFLAGS) $(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) + CFLAGS="$(CFLAGS) $(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) check + touch $@ + +clean: configure-stamp + dh_testdir + dh_testroot + rm -f configure-stamp build-stamp + $(MAKE) clean + rm -f Makefile.inc config.status + dh_clean + +install: build-stamp + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + rm -vf $(CURDIR)/debian/tmp/usr/lib/*.la + rm -vf $(CURDIR)/debian/tmp/usr/lib/*.a + find $(CURDIR)/debian/tmp -name '*' -print | xargs -I {} -i bash -c "chrpath -d {} > /dev/null 2>&1" || echo 'Stripped RPATH' + +binary-indep: + +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_installman + dh_installlogrotate + dh_installcron + dh_install --fail-missing + dh_link + dh_strip --dbg-package=libglite-lbjp-common-jp-interface-dbg + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-arch binary-indep diff --git a/org.glite.lbjp-common.log/project/debian.control b/org.glite.lbjp-common.log/project/debian.control new file mode 100644 index 0000000..58edcca --- /dev/null +++ b/org.glite.lbjp-common.log/project/debian.control @@ -0,0 +1,34 @@ +Source: glite-lbjp-common-log +Priority: extra +Maintainer: @MAINTAINER@ +Uploaders: @UPLOADERS@ +Build-Depends: debhelper (>= 7.0.50~), chrpath, libtool, liblog4c3, liblog4c-dev +Standards-Version: 3.9.1 +Section: libs +Homepage: @URL@ +DM-Upload-Allowed: yes +@DEBIAN_VCS@ + +Package: libglite-lbjp-common-log +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: @SUMMARY@ +@DEBIAN_DESCRIPTION@ + +Package: libglite-lbjp-common-log-dev +Section: libdevel +Architecture: any +Provides: glite-lbjp-common-log +Depends: libglite-lbjp-common-log (= ${binary:Version}), ${misc:Depends} +Description: Development files for gLite L&B/JP common log module + This package contains development libraries and header files for gLite L&B/JP + common log module. + +Package: libglite-lbjp-common-log-dbg +Section: debug +Architecture: any +Priority: extra +Depends: libglite-lbjp-common-log (= ${binary:Version}), ${misc:Depends} +Description: gLite L&B/JP common log module debugging symbols + This package contains debugging symbols for gLite L&B/JP common log module. diff --git a/org.glite.lbjp-common.log/project/debian.copyright b/org.glite.lbjp-common.log/project/debian.copyright new file mode 100644 index 0000000..3d762ae --- /dev/null +++ b/org.glite.lbjp-common.log/project/debian.copyright @@ -0,0 +1,38 @@ +This work was packaged for Debian by: + + @MAINTAINER@ on Thu, 08 Dec 2011 00:46:07 +0100 + +It was downloaded from: + + @URL@ + +Upstream Author(s): + + @MAINTAINER@ + +Copyright: + + + +License: + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +On Debian systems, the complete text of the Apache version 2.0 license +can be found in "/usr/share/common-licenses/Apache-2.0". + +The Debian packaging is: + + Copyright (C) 2004-2011 Members of the EGEE Collaboration + +and is licensed under the Apache License, Version 2.0. diff --git a/org.glite.lbjp-common.log/project/debian.libglite-lbjp-common-log-dev.dirs b/org.glite.lbjp-common.log/project/debian.libglite-lbjp-common-log-dev.dirs new file mode 100644 index 0000000..0f15098 --- /dev/null +++ b/org.glite.lbjp-common.log/project/debian.libglite-lbjp-common-log-dev.dirs @@ -0,0 +1,2 @@ +usr/include/glite/lbu +usr/lib diff --git a/org.glite.lbjp-common.log/project/debian.libglite-lbjp-common-log-dev.install b/org.glite.lbjp-common.log/project/debian.libglite-lbjp-common-log-dev.install new file mode 100644 index 0000000..83f1c89 --- /dev/null +++ b/org.glite.lbjp-common.log/project/debian.libglite-lbjp-common-log-dev.install @@ -0,0 +1,2 @@ +usr/include/glite/lbu/*.h +usr/lib/lib*.so diff --git a/org.glite.lbjp-common.log/project/debian.libglite-lbjp-common-log.dirs b/org.glite.lbjp-common.log/project/debian.libglite-lbjp-common-log.dirs new file mode 100644 index 0000000..ab75164 --- /dev/null +++ b/org.glite.lbjp-common.log/project/debian.libglite-lbjp-common-log.dirs @@ -0,0 +1,3 @@ +etc/glite-lb +usr/lib +usr/share/doc/glite-lbjp-common-log* diff --git a/org.glite.lbjp-common.log/project/debian.libglite-lbjp-common-log.install b/org.glite.lbjp-common.log/project/debian.libglite-lbjp-common-log.install new file mode 100644 index 0000000..498662b --- /dev/null +++ b/org.glite.lbjp-common.log/project/debian.libglite-lbjp-common-log.install @@ -0,0 +1,3 @@ +etc/glite-lb/* +usr/lib/lib*.so.* +usr/share/doc/glite-lbjp-common-log*/* diff --git a/org.glite.lbjp-common.log/project/debian.rules b/org.glite.lbjp-common.log/project/debian.rules new file mode 100644 index 0000000..8d02c0b --- /dev/null +++ b/org.glite.lbjp-common.log/project/debian.rules @@ -0,0 +1,67 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +-include /usr/share/dpkg/buildflags.mk + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + /usr/bin/perl ./configure --thrflavour= --nothrflavour= --root=/ --prefix=/usr --libdir=lib --project=emi --module lbjp-common.log + touch $@ + +build: build-arch build-indep + +build-arch build-indep: build-stamp + +build-stamp: configure-stamp + dh_testdir + CFLAGS="$(CFLAGS) $(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) + CFLAGS="$(CFLAGS) $(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) check + touch $@ + +clean: configure-stamp + dh_testdir + dh_testroot + rm -f configure-stamp build-stamp + $(MAKE) clean + rm -f Makefile.inc config.status + dh_clean + +install: build-stamp + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + rm -vf $(CURDIR)/debian/tmp/usr/share/doc/glite-lbjp-common-log*/LICENSE + rm -vf $(CURDIR)/debian/tmp/usr/lib/*.la + rm -vf $(CURDIR)/debian/tmp/usr/lib/*.a + find $(CURDIR)/debian/tmp -name '*' -print | xargs -I {} -i bash -c "chrpath -d {} > /dev/null 2>&1" || echo 'Stripped RPATH' + +binary-indep: + +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_installman + dh_installlogrotate + dh_installcron + dh_install --fail-missing + dh_link + dh_strip --dbg-package=libglite-lbjp-common-log-dbg + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-arch binary-indep diff --git a/org.glite.lbjp-common.maildir/project/debian.control b/org.glite.lbjp-common.maildir/project/debian.control new file mode 100644 index 0000000..ada5d79 --- /dev/null +++ b/org.glite.lbjp-common.maildir/project/debian.control @@ -0,0 +1,35 @@ +Source: glite-lbjp-common-maildir +Priority: extra +Maintainer: @MAINTAINER@ +Uploaders: @UPLOADERS@ +Build-Depends: debhelper (>= 7.0.50~), chrpath, libtool +Standards-Version: 3.9.1 +Section: libs +Homepage: @URL@ +DM-Upload-Allowed: yes +@DEBIAN_VCS@ + +Package: libglite-lbjp-common-maildir +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: @SUMMARY@ +@DEBIAN_DESCRIPTION@ + +Package: libglite-lbjp-common-maildir-dev +Section: libdevel +Architecture: any +Provides: glite-lbjp-common-maildir +Depends: libglite-lbjp-common-maildir (= ${binary:Version}), ${misc:Depends} +Description: Development files for gLite L&B/JP common maildir library + This package contains development libraries and header files for gLite L&B/JP + common maildir library. + +Package: libglite-lbjp-common-maildir-dbg +Section: debug +Architecture: any +Priority: extra +Depends: libglite-lbjp-common-maildir (= ${binary:Version}), ${misc:Depends} +Description: gLite L&B/JP common maildir library debugging symbols + This package contains debugging symbols for gLite L&B/JP common maildir + library. diff --git a/org.glite.lbjp-common.maildir/project/debian.copyright b/org.glite.lbjp-common.maildir/project/debian.copyright new file mode 100644 index 0000000..3d762ae --- /dev/null +++ b/org.glite.lbjp-common.maildir/project/debian.copyright @@ -0,0 +1,38 @@ +This work was packaged for Debian by: + + @MAINTAINER@ on Thu, 08 Dec 2011 00:46:07 +0100 + +It was downloaded from: + + @URL@ + +Upstream Author(s): + + @MAINTAINER@ + +Copyright: + + + +License: + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +On Debian systems, the complete text of the Apache version 2.0 license +can be found in "/usr/share/common-licenses/Apache-2.0". + +The Debian packaging is: + + Copyright (C) 2004-2011 Members of the EGEE Collaboration + +and is licensed under the Apache License, Version 2.0. diff --git a/org.glite.lbjp-common.maildir/project/debian.libglite-lbjp-common-maildir-dev.dirs b/org.glite.lbjp-common.maildir/project/debian.libglite-lbjp-common-maildir-dev.dirs new file mode 100644 index 0000000..0f15098 --- /dev/null +++ b/org.glite.lbjp-common.maildir/project/debian.libglite-lbjp-common-maildir-dev.dirs @@ -0,0 +1,2 @@ +usr/include/glite/lbu +usr/lib diff --git a/org.glite.lbjp-common.maildir/project/debian.libglite-lbjp-common-maildir-dev.install b/org.glite.lbjp-common.maildir/project/debian.libglite-lbjp-common-maildir-dev.install new file mode 100644 index 0000000..83f1c89 --- /dev/null +++ b/org.glite.lbjp-common.maildir/project/debian.libglite-lbjp-common-maildir-dev.install @@ -0,0 +1,2 @@ +usr/include/glite/lbu/*.h +usr/lib/lib*.so diff --git a/org.glite.lbjp-common.maildir/project/debian.libglite-lbjp-common-maildir.dirs b/org.glite.lbjp-common.maildir/project/debian.libglite-lbjp-common-maildir.dirs new file mode 100644 index 0000000..6845771 --- /dev/null +++ b/org.glite.lbjp-common.maildir/project/debian.libglite-lbjp-common-maildir.dirs @@ -0,0 +1 @@ +usr/lib diff --git a/org.glite.lbjp-common.maildir/project/debian.libglite-lbjp-common-maildir.install b/org.glite.lbjp-common.maildir/project/debian.libglite-lbjp-common-maildir.install new file mode 100644 index 0000000..d0dbfd1 --- /dev/null +++ b/org.glite.lbjp-common.maildir/project/debian.libglite-lbjp-common-maildir.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* diff --git a/org.glite.lbjp-common.maildir/project/debian.rules b/org.glite.lbjp-common.maildir/project/debian.rules new file mode 100644 index 0000000..6d8a27d --- /dev/null +++ b/org.glite.lbjp-common.maildir/project/debian.rules @@ -0,0 +1,67 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +-include /usr/share/dpkg/buildflags.mk + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + /usr/bin/perl ./configure --thrflavour= --nothrflavour= --root=/ --prefix=/usr --libdir=lib --project=emi --module lbjp-common.maildir + touch $@ + +build: build-arch build-indep + +build-arch build-indep: build-stamp + +build-stamp: configure-stamp + dh_testdir + CFLAGS="$(CFLAGS) $(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) + CFLAGS="$(CFLAGS) $(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) check + touch $@ + +clean: configure-stamp + dh_testdir + dh_testroot + rm -f configure-stamp build-stamp + $(MAKE) clean + rm -f Makefile.inc config.status + dh_clean + +install: build-stamp + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + rm -rvf $(CURDIR)/debian/tmp/usr/share + rm -vf $(CURDIR)/debian/tmp/usr/lib/*.la + rm -vf $(CURDIR)/debian/tmp/usr/lib/*.a + find $(CURDIR)/debian/tmp -name '*' -print | xargs -I {} -i bash -c "chrpath -d {} > /dev/null 2>&1" || echo 'Stripped RPATH' + +binary-indep: + +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_installman + dh_installlogrotate + dh_installcron + dh_install --fail-missing + dh_link + dh_strip --dbg-package=libglite-lbjp-common-maildir-dbg + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-arch binary-indep diff --git a/org.glite.lbjp-common.maildir/project/package.description b/org.glite.lbjp-common.maildir/project/package.description index 27bf440..1f073fe 100644 --- a/org.glite.lbjp-common.maildir/project/package.description +++ b/org.glite.lbjp-common.maildir/project/package.description @@ -1 +1 @@ -Single-purpose implementation of maildir-like queue +Single-purpose implementation of maildir-like queue. It is used to pass data from LB to JP. diff --git a/org.glite.lbjp-common.maildir/project/package.summary b/org.glite.lbjp-common.maildir/project/package.summary index 12dfb76..27bf440 100644 --- a/org.glite.lbjp-common.maildir/project/package.summary +++ b/org.glite.lbjp-common.maildir/project/package.summary @@ -1 +1 @@ -Single-purpose implementation of maildir-like queue. It is used to pass data from LB to JP +Single-purpose implementation of maildir-like queue diff --git a/org.glite.lbjp-common.server-bones/project/debian.control b/org.glite.lbjp-common.server-bones/project/debian.control new file mode 100644 index 0000000..c5afc2b --- /dev/null +++ b/org.glite.lbjp-common.server-bones/project/debian.control @@ -0,0 +1,34 @@ +Source: glite-lbjp-common-server-bones +Priority: extra +Maintainer: @MAINTAINER@ +Uploaders: @UPLOADERS@ +Build-Depends: debhelper (>= 7.0.50~), chrpath, libglite-lbjp-common-log-dev, libtool +Standards-Version: 3.9.1 +Section: libs +Homepage: @URL@ +DM-Upload-Allowed: yes +@DEBIAN_VCS@ + +Package: libglite-lbjp-common-server-bones +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: @SUMMARY@ +@DEBIAN_DESCRIPTION@ + +Package: libglite-lbjp-common-server-bones-dev +Section: libdevel +Architecture: any +Provides: glite-lbjp-common-server-bones +Depends: libglite-lbjp-common-server-bones (= ${binary:Version}), ${misc:Depends} +Description: Development files for gLite L&B/JP common server bones + This package contains development libraries and header files for gLite L&B/JP + common server-bones. + +Package: libglite-lbjp-common-server-bones-dbg +Section: debug +Architecture: any +Priority: extra +Depends: libglite-lbjp-common-server-bones (= ${binary:Version}), ${misc:Depends} +Description: gLite L&B/JP common server bones debugging symbols + This package contains debugging symbols for gLite L&B/JP common server-bones. diff --git a/org.glite.lbjp-common.server-bones/project/debian.copyright b/org.glite.lbjp-common.server-bones/project/debian.copyright new file mode 100644 index 0000000..3d762ae --- /dev/null +++ b/org.glite.lbjp-common.server-bones/project/debian.copyright @@ -0,0 +1,38 @@ +This work was packaged for Debian by: + + @MAINTAINER@ on Thu, 08 Dec 2011 00:46:07 +0100 + +It was downloaded from: + + @URL@ + +Upstream Author(s): + + @MAINTAINER@ + +Copyright: + + + +License: + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +On Debian systems, the complete text of the Apache version 2.0 license +can be found in "/usr/share/common-licenses/Apache-2.0". + +The Debian packaging is: + + Copyright (C) 2004-2011 Members of the EGEE Collaboration + +and is licensed under the Apache License, Version 2.0. diff --git a/org.glite.lbjp-common.server-bones/project/debian.libglite-lbjp-common-server-bones-dev.dirs b/org.glite.lbjp-common.server-bones/project/debian.libglite-lbjp-common-server-bones-dev.dirs new file mode 100644 index 0000000..0f15098 --- /dev/null +++ b/org.glite.lbjp-common.server-bones/project/debian.libglite-lbjp-common-server-bones-dev.dirs @@ -0,0 +1,2 @@ +usr/include/glite/lbu +usr/lib diff --git a/org.glite.lbjp-common.server-bones/project/debian.libglite-lbjp-common-server-bones-dev.install b/org.glite.lbjp-common.server-bones/project/debian.libglite-lbjp-common-server-bones-dev.install new file mode 100644 index 0000000..83f1c89 --- /dev/null +++ b/org.glite.lbjp-common.server-bones/project/debian.libglite-lbjp-common-server-bones-dev.install @@ -0,0 +1,2 @@ +usr/include/glite/lbu/*.h +usr/lib/lib*.so diff --git a/org.glite.lbjp-common.server-bones/project/debian.libglite-lbjp-common-server-bones.dirs b/org.glite.lbjp-common.server-bones/project/debian.libglite-lbjp-common-server-bones.dirs new file mode 100644 index 0000000..6845771 --- /dev/null +++ b/org.glite.lbjp-common.server-bones/project/debian.libglite-lbjp-common-server-bones.dirs @@ -0,0 +1 @@ +usr/lib diff --git a/org.glite.lbjp-common.server-bones/project/debian.libglite-lbjp-common-server-bones.install b/org.glite.lbjp-common.server-bones/project/debian.libglite-lbjp-common-server-bones.install new file mode 100644 index 0000000..d0dbfd1 --- /dev/null +++ b/org.glite.lbjp-common.server-bones/project/debian.libglite-lbjp-common-server-bones.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* diff --git a/org.glite.lbjp-common.server-bones/project/debian.rules b/org.glite.lbjp-common.server-bones/project/debian.rules new file mode 100644 index 0000000..2949145 --- /dev/null +++ b/org.glite.lbjp-common.server-bones/project/debian.rules @@ -0,0 +1,67 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +-include /usr/share/dpkg/buildflags.mk + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + /usr/bin/perl ./configure --thrflavour= --nothrflavour= --root=/ --prefix=/usr --libdir=lib --project=emi --module lbjp-common.server-bones + touch $@ + +build: build-arch build-indep + +build-arch build-indep: build-stamp + +build-stamp: configure-stamp + dh_testdir + CFLAGS="$(CFLAGS) $(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) + CFLAGS="$(CFLAGS) $(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) check + touch $@ + +clean: configure-stamp + dh_testdir + dh_testroot + rm -f configure-stamp build-stamp + $(MAKE) clean + rm -f Makefile.inc config.status + dh_clean + +install: build-stamp + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + rm -rvf $(CURDIR)/debian/tmp/usr/share + rm -vf $(CURDIR)/debian/tmp/usr/lib/*.la + rm -vf $(CURDIR)/debian/tmp/usr/lib/*.a + find $(CURDIR)/debian/tmp -name '*' -print | xargs -I {} -i bash -c "chrpath -d {} > /dev/null 2>&1" || echo 'Stripped RPATH' + +binary-indep: + +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_installman + dh_installlogrotate + dh_installcron + dh_install --fail-missing + dh_link + dh_strip --dbg-package=libglite-lbjp-common-server-bones-dbg + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-arch binary-indep diff --git a/org.glite.lbjp-common.trio/project/debian.control b/org.glite.lbjp-common.trio/project/debian.control new file mode 100644 index 0000000..c501259 --- /dev/null +++ b/org.glite.lbjp-common.trio/project/debian.control @@ -0,0 +1,34 @@ +Source: glite-lbjp-common-trio +Priority: extra +Maintainer: @MAINTAINER@ +Uploaders: @UPLOADERS@ +Build-Depends: debhelper (>= 7.0.50~), chrpath, libcppunit-dev, libtool +Standards-Version: 3.9.1 +Section: libs +Homepage: @URL@ +DM-Upload-Allowed: yes +@DEBIAN_VCS@ + +Package: libglite-lbjp-common-trio +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: @SUMMARY@ +@DEBIAN_DESCRIPTION@ + +Package: libglite-lbjp-common-trio-dev +Section: libdevel +Architecture: any +Provides: glite-lbjp-common-trio +Depends: libglite-lbjp-common-trio (= ${binary:Version}), ${misc:Depends} +Description: Development files for gLite L&B/JP common trio library + This package contains development libraries and header files for gLite L&B/JP + common trio library. + +Package: libglite-lbjp-common-trio-dbg +Section: debug +Architecture: any +Priority: extra +Depends: libglite-lbjp-common-trio (= ${binary:Version}), ${misc:Depends} +Description: gLite L&B/JP common trio library debugging symbols + This package contains debugging symbols for gLite L&B/JP common trio library. diff --git a/org.glite.lbjp-common.trio/project/debian.copyright b/org.glite.lbjp-common.trio/project/debian.copyright new file mode 100644 index 0000000..3d762ae --- /dev/null +++ b/org.glite.lbjp-common.trio/project/debian.copyright @@ -0,0 +1,38 @@ +This work was packaged for Debian by: + + @MAINTAINER@ on Thu, 08 Dec 2011 00:46:07 +0100 + +It was downloaded from: + + @URL@ + +Upstream Author(s): + + @MAINTAINER@ + +Copyright: + + + +License: + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +On Debian systems, the complete text of the Apache version 2.0 license +can be found in "/usr/share/common-licenses/Apache-2.0". + +The Debian packaging is: + + Copyright (C) 2004-2011 Members of the EGEE Collaboration + +and is licensed under the Apache License, Version 2.0. diff --git a/org.glite.lbjp-common.trio/project/debian.libglite-lbjp-common-trio-dev.dirs b/org.glite.lbjp-common.trio/project/debian.libglite-lbjp-common-trio-dev.dirs new file mode 100644 index 0000000..0f15098 --- /dev/null +++ b/org.glite.lbjp-common.trio/project/debian.libglite-lbjp-common-trio-dev.dirs @@ -0,0 +1,2 @@ +usr/include/glite/lbu +usr/lib diff --git a/org.glite.lbjp-common.trio/project/debian.libglite-lbjp-common-trio-dev.install b/org.glite.lbjp-common.trio/project/debian.libglite-lbjp-common-trio-dev.install new file mode 100644 index 0000000..83f1c89 --- /dev/null +++ b/org.glite.lbjp-common.trio/project/debian.libglite-lbjp-common-trio-dev.install @@ -0,0 +1,2 @@ +usr/include/glite/lbu/*.h +usr/lib/lib*.so diff --git a/org.glite.lbjp-common.trio/project/debian.libglite-lbjp-common-trio.dirs b/org.glite.lbjp-common.trio/project/debian.libglite-lbjp-common-trio.dirs new file mode 100644 index 0000000..6845771 --- /dev/null +++ b/org.glite.lbjp-common.trio/project/debian.libglite-lbjp-common-trio.dirs @@ -0,0 +1 @@ +usr/lib diff --git a/org.glite.lbjp-common.trio/project/debian.libglite-lbjp-common-trio.install b/org.glite.lbjp-common.trio/project/debian.libglite-lbjp-common-trio.install new file mode 100644 index 0000000..d0dbfd1 --- /dev/null +++ b/org.glite.lbjp-common.trio/project/debian.libglite-lbjp-common-trio.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* diff --git a/org.glite.lbjp-common.trio/project/debian.rules b/org.glite.lbjp-common.trio/project/debian.rules new file mode 100644 index 0000000..61bcda3 --- /dev/null +++ b/org.glite.lbjp-common.trio/project/debian.rules @@ -0,0 +1,67 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +-include /usr/share/dpkg/buildflags.mk + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + /usr/bin/perl ./configure --thrflavour= --nothrflavour= --root=/ --prefix=/usr --libdir=lib --project=emi --module lbjp-common.trio + touch $@ + +build: build-arch build-indep + +build-arch build-indep: build-stamp + +build-stamp: configure-stamp + dh_testdir + CFLAGS="$(CFLAGS) $(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) + CFLAGS="$(CFLAGS) $(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) check + touch $@ + +clean: configure-stamp + dh_testdir + dh_testroot + rm -f configure-stamp build-stamp + $(MAKE) clean + rm -f Makefile.inc config.status + dh_clean + +install: build-stamp + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + rm -rvf $(CURDIR)/debian/tmp/usr/share + rm -vf $(CURDIR)/debian/tmp/usr/lib/*.la + rm -vf $(CURDIR)/debian/tmp/usr/lib/*.a + find $(CURDIR)/debian/tmp -name '*' -print | xargs -I {} -i bash -c "chrpath -d {} > /dev/null 2>&1" || echo 'Stripped RPATH' + +binary-indep: + +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_installman + dh_installlogrotate + dh_installcron + dh_install --fail-missing + dh_link + dh_strip --dbg-package=libglite-lbjp-common-trio-dbg + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-arch binary-indep