--- /dev/null
+Source: glite-lb-client-java
+Priority: extra
+Maintainer: @MAINTAINER@
+Uploaders: @UPLOADERS@
+Build-Depends: debhelper (>= 7.0.50~), ant, chrpath, default-jdk, emi-trustmanager, emi-trustmanager-axis, glite-jobid-api-java, glite-lb-types, glite-lb-ws-interface, libaxis-java, libcommons-lang-java, libtool
+Standards-Version: 3.9.1
+Section: misc
+Homepage: @URL@
+DM-Upload-Allowed: yes
+@DEBIAN_VCS@
+
+Package: glite-lb-client-java
+Section: misc
+Architecture: any
+Depends: ${misc:Depends}, emi-trustmanager-axis, emi-trustmanager, glite-jobid-api-java, libcommons-lang-java
+Description: @SUMMARY@
+@DEBIAN_DESCRIPTION@
--- /dev/null
+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:
+
+ <Copyright (C) 2004-2011 Members of the EGEE Collaboration>
+
+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.
--- /dev/null
+usr/lib
+usr/share/java
--- /dev/null
+usr/lib/*
+usr/share/java/*.jar
--- /dev/null
+#!/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 lb.client-java
+ touch $@
+
+build: 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
+ dh_compress
+ dh_fixperms
+ dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-arch binary-indep
${MAN_GZ}: ${MAN}
rm -f ${MAN_GZ} ${MAN}
cp $? .
- gzip -f $(notdir $?)
+ gzip -9 -f $(notdir $?)
${MAN8_GZ}: ${MAN8}
cp $? .
- gzip -f $(notdir $?)
+ gzip -9 -f $(notdir $?)
perftest_logjobs.o: perftest_logjobs.c
${CC} ${CFLAGS} -DLB_PERF_DROP -c $<
--- /dev/null
+Source: glite-lb-client
+Priority: extra
+Maintainer: @MAINTAINER@
+Uploaders: @UPLOADERS@
+Build-Depends: debhelper (>= 7.0.50~), chrpath, libtool, libclassad1, libclassad-dev, glite-lb-types, libglite-jobid-api-c-dev, libglite-jobid-api-cpp-dev, libglite-lb-common-dev, libglite-lbjp-common-gss-dev, libglite-lbjp-common-trio-dev
+Standards-Version: 3.9.1
+Section: libs
+Homepage: @URL@
+DM-Upload-Allowed: yes
+@DEBIAN_VCS@
+
+Package: libglite-lb-client11
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: @SUMMARY@
+@DEBIAN_DESCRIPTION@
+
+Package: libglite-lb-client-dev
+Section: libdevel
+Architecture: any
+Provides: glite-lb-client
+Depends: libglite-lb-client11 (= ${binary:Version}), ${misc:Depends}, libglite-lb-common-dev, libglite-jobid-api-c-dev, libglite-jobid-api-cpp-dev
+Description: Development files for gLite L&B/JP common log module
+ This package contains development libraries and header files for gLite L&B
+ client library.
+
+Package: glite-lb-client-progs
+Section: misc
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: gLite L&B client programs and examples
+ This package contains client programs and examples for gLite L&B.
+
+Package: glite-lb-client-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: libglite-lb-client11 (= ${binary:Version}), ${misc:Depends}
+Description: gLite L&B client library debugging symbols
+ This package contains debugging symbols for gLite L&B client library.
--- /dev/null
+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:
+
+ <Copyright (C) 2004-2011 Members of the EGEE Collaboration>
+
+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.
--- /dev/null
+usr/bin
+usr/lib/glite-lb/exampes
+usr/sbin
--- /dev/null
+usr/bin/*
+usr/lib/glite-lb/examples/*
+usr/sbin/*
--- /dev/null
+usr/include/glite/lb
+usr/lib
+usr/share/emi/build/m4
+usr/share/doc/glite-lb-client/examples
+usr/share/man/man1
+usr/share/man/man8
--- /dev/null
+usr/include/glite/lb/*.h
+usr/lib/lib*.so
+usr/share/doc/glite-lb-client/examples/*
+usr/share/emi/build/m4/*
+usr/share/man/*/*
--- /dev/null
+usr/lib
+usr/share/doc/glite-lb-client
\ No newline at end of file
--- /dev/null
+usr/lib/lib*.so.*
+usr/share/doc/glite-lb-client/changelog.gz
+usr/share/doc/glite-lb-client/package.*
+usr/share/doc/glite-lb-client/README-notify
--- /dev/null
+#!/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/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'
+ mv $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-client-@MAJOR@.@MINOR@.@REVISION@ $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-client
+ (cd $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-client; \
+ rm -fv ChangeLog LICENSE; \
+ cat $(CURDIR)/project/ChangeLog | gzip -9 > changelog.gz)
+
+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=glite-lb-client-dbg
+ dh_compress
+ dh_fixperms
+ dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-arch binary-indep
--- /dev/null
+Source: glite-lb-common
+Priority: extra
+Maintainer: @MAINTAINER@
+Uploaders: @UPLOADERS@
+Build-Depends: debhelper (>= 7.0.50~), chrpath, glite-lb-types, libc-ares-dev, libclassad1, libclassad-dev, libexpat1, libexpat1-dev, libcppunit-dev, libglite-jobid-api-cpp-dev, libglite-jobid-api-c-dev, libglite-lbjp-common-gss-dev, libglite-lbjp-common-trio-dev, libtool
+Standards-Version: 3.9.1
+Section: libs
+Homepage: @URL@
+DM-Upload-Allowed: yes
+@DEBIAN_VCS@
+
+Package: libglite-lb-common13
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: @SUMMARY@
+@DEBIAN_DESCRIPTION@
+
+Package: libglite-lb-common-dev
+Section: libdevel
+Architecture: any
+Provides: glite-lb-common
+Depends: libglite-lb-common13 (= ${binary:Version}), ${misc:Depends}, libglite-jobid-api-c-dev, libglite-lbjp-common-gss-dev
+Description: Development files for gLite L&B common library
+ This package contains development libraries and header files for gLite L&B
+ common library.
+
+Package: glite-lb-common-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: libglite-lb-common13 (= ${binary:Version}), ${misc:Depends}
+Description: gLite L&B common library debugging symbols
+ This package contains debugging symbols for gLite L&B common library.
--- /dev/null
+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:
+
+ <Copyright (C) 2004-2011 Members of the EGEE Collaboration>
+
+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.
--- /dev/null
+usr/include/glite/lb
+usr/lib
+usr/share/doc/glite-lb-common
--- /dev/null
+usr/include/glite/lb/*.h
+usr/lib/lib*.so
+usr/share/doc/glite-lb-common/*
--- /dev/null
+usr/lib/lib*.so.*
--- /dev/null
+#!/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 lb.common
+ 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'
+ mv $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-common-@MAJOR@.@MINOR@.@REVISION@ $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-common
+ (cd $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-common; \
+ rm -fv ChangeLog LICENSE; \
+ cat $(CURDIR)/project/ChangeLog | gzip -9 > changelog.gz)
+
+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=glite-lb-common-dbg
+ dh_compress
+ dh_fixperms
+ dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-arch binary-indep
--- /dev/null
+Source: glite-lb-doc
+Priority: extra
+Maintainer: @MAINTAINER@
+Uploaders: @UPLOADERS@
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.9.1
+Section: doc
+Homepage: @URL@
+DM-Upload-Allowed: yes
+@DEBIAN_VCS@
+
+Package: glite-lb-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: @SUMMARY@
+@DEBIAN_DESCRIPTION@
--- /dev/null
+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:
+
+ <Copyright (C) 2004-2011 Members of the EGEE Collaboration>
+
+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.
--- /dev/null
+usr/share/doc/glite-lb-doc
+usr/share/doc/glite-lb-doc/examples
--- /dev/null
+Document: glite-lb-doc-ag
+Title: Logging and Bookkeeping - Administrator's Guide
+Abstract: L&B Administrator’s Guide explains how to administer the Logging and Bookkeeping (L&B) service. Several deployment scenarios are described together with the installation, configuration, running and troubleshooting steps.
+Section: Network/Monitoring
+
+Format: PDF
+Files: /usr/share/doc/glite-lb-doc/LBAG.pdf.gz
--- /dev/null
+Document: glite-lb-doc-dg
+Title: Logging and Bookkeeping - Developer's Guide
+Abstract: L&B Developer’s Guide explains how to use the Logging and Bookkeeping (L&B) service API. Logging (producer), querying (consumer) and notification API as well as the Web Services Interface is described in details together with programing examples.
+Section: Network/Monitoring
+
+Format: PDF
+Files: /usr/share/doc/glite-lb-doc/LBDG.pdf.gz
--- /dev/null
+Document: glite-lb-doc-tg
+Title: Logging and Bookkeeping - Troubleshooting Guide
+Abstract: Troubleshooting Guide for Logging and Bookkeeping (L&B) service.
+Section: Network/Monitoring
+
+Format: PDF
+Files: /usr/share/doc/glite-lb-doc/LBTG.pdf.gz
--- /dev/null
+Document: glite-lb-doc-tp
+Title: Logging and Bookkeeping - Test Plan & Test Suite Documentation
+Abstract: L&B Test Plan document explains how to test the Logging and Bookkeeping (L&B) service. Two major categories of tests are described: integration tests (include installation, configuration and basic service ping tests) and system tests (basic functionality tests, performance and stress tests, interoperability tests and security tests).
+Section: Network/Monitoring
+
+Format: PDF
+Files: /usr/share/doc/glite-lb-doc/LBTP.pdf.gz
--- /dev/null
+Document: glite-lb-doc-ug
+Title: Logging and Bookkeeping - User's Guide
+Abstract: L&B User’s Guide explains how to use the Logging and Bookkeeping (L&B) service from the user’s point of view. The service architecture is described thoroughly. Examples on using L&B event logging command to log a user tag and change job ACL are given, as well as L&B query and notification use cases.
+Section: Network/Monitoring
+
+Format: PDF
+Files: /usr/share/doc/glite-lb-doc/LBUG.pdf.gz
--- /dev/null
+usr/share/doc/glite-lb-doc/*
+usr/share/doc/glite-lb-doc/examples/*
--- /dev/null
+#!/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 lb.doc
+ touch $@
+
+build: build-indep
+
+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
+ mv $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-doc-@MAJOR@.@MINOR@.@REVISION@ $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-doc
+ (cd $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-doc; \
+ rm -fv ChangeLog LICENSE; \
+ cat $(CURDIR)/project/ChangeLog | gzip -9 > changelog.gz)
+
+binary-indep: install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_installexamples
+ dh_installman
+ dh_installlogrotate
+ dh_installcron
+ dh_install --fail-missing
+ dh_link
+ dh_compress
+ dh_fixperms
+ dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep
debug: harvester-dbg
-doc: glite-lb-harvester.8
+doc: glite-lb-harvester.1
stage: compile
$(MAKE) install PREFIX=${stagedir}
install: compile
-mkdir -p ${DESTDIR}${PREFIX}${prefix}/bin ${DESTDIR}${PREFIX}${prefix}/${libdir}/glite-lb/examples \
${DESTDIR}${PREFIX}${prefix}/share/doc/${package}-${version} \
- ${DESTDIR}${PREFIX}${prefix}/share/man/man8 \
+ ${DESTDIR}${PREFIX}${prefix}/share/man/man1 \
${DESTDIR}${PREFIX}${sysconfdir}/init.d \
${DESTDIR}${PREFIX}${sysconfdir}/glite-lb
${INSTALL} -m 755 harvester ${DESTDIR}${PREFIX}${prefix}/bin/glite-lb-harvester
${INSTALL} -m 755 ${top_srcdir}/examples/test.sh ${DESTDIR}${PREFIX}${prefix}/${libdir}/glite-lb/examples/glite-lb-harvester-test.sh
${INSTALL} -m 444 ${top_srcdir}/examples/test.sql ${DESTDIR}${PREFIX}${sysconfdir}/glite-lb/harvester-test-dbsetup.sql
${INSTALL} -m 444 ${top_srcdir}/doc/README ${DESTDIR}${PREFIX}${prefix}/share/doc/${package}-${version}
- ${INSTALL} -m 444 glite-lb-harvester.8 ${DESTDIR}${PREFIX}${prefix}/share/man/man8
+ ${INSTALL} -m 444 glite-lb-harvester.1 ${DESTDIR}${PREFIX}${prefix}/share/man/man1
${INSTALL} -m 755 startup ${DESTDIR}${PREFIX}${sysconfdir}/init.d/glite-lb-harvester
clean:
%.o: %.c
${COMPILE} -c $<
-%.8: %.sgml
+%.1: %.sgml
docbook2man $<
- mv $(@:.8=.1) $@
.PHONY: default all compile debug check doc stage install clean distclean
--- /dev/null
+Source: glite-lb-harvester
+Priority: extra
+Maintainer: @MAINTAINER@
+Uploaders: @UPLOADERS@
+Build-Depends: debhelper (>= 7.0.50~), chrpath, docbook-utils, libglite-jobid-api-c-dev, libglite-lb-client-dev, libglite-lb-common-dev, libglite-lbjp-common-gss-dev, libglite-lbjp-common-db-dev, libglite-lbjp-common-log-dev, libglite-lbjp-common-trio-dev, libtool
+Standards-Version: 3.9.1
+Section: misc
+Homepage: @URL@
+DM-Upload-Allowed: yes
+@DEBIAN_VCS@
+
+Package: glite-lb-harvester
+Section: misc
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: @SUMMARY@
+@DEBIAN_DESCRIPTION@
+
+Package: glite-lb-harvester-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: glite-lb-harvester (= ${binary:Version}), ${misc:Depends}
+Description: gLite L&B harvester debugging symbols
+ This package contains debugging symbols for gLite L&B harvester.
--- /dev/null
+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:
+
+ <Copyright (C) 2004-2011 Members of the EGEE Collaboration>
+
+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.
--- /dev/null
+etc/glite-lb
+etc/init.d
+usr/bin
+usr/lib
+usr/lib/glite-lb
+usr/lib/glite-lb/examples
+usr/share/doc/glite-lb-harvester
+usr/share/man/man1
--- /dev/null
+etc/glite-lb/*
+etc/init.d/glite-lb-harvester
+usr/bin/*
+usr/lib/glite-lb/examples/*
+usr/share/doc/glite-lb-harvester/*
+usr/share/man/man1/*
--- /dev/null
+#!/bin/sh
+set -e
+
+getent group glite >/dev/null || groupadd -r glite
+getent passwd glite >/dev/null || useradd -r -g glite -d /var/glite -c "gLite user" glite
+mkdir -p /var/glite /var/log/glite 2>/dev/null || :
+chown glite:glite /var/glite /var/log/glite
+
+#DEBHELPER#
--- /dev/null
+#!/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 lb.harvester
+ 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
+ mv $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-harvester-@MAJOR@.@MINOR@.@REVISION@ $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-harvester
+ (cd $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-harvester; \
+ rm -fv ChangeLog LICENSE; \
+ cat $(CURDIR)/project/ChangeLog | gzip -9 > changelog.gz)
+
+binary-indep:
+
+binary-arch: install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_installexamples
+ dh_installman
+ dh_installlogrotate
+ dh_installinit --onlyscripts --no-start
+ dh_installcron
+ dh_install --fail-missing
+ dh_link
+ dh_strip --dbg-package=glite-lb-harvester-dbg
+ dh_compress
+ dh_fixperms
+ dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-arch binary-indep
/usr/%{_lib}/glite-lb/examples/glite-lb-harvester-test.sh
/usr/%{_lib}/glite-lb/examples/glite-lb-harvester-dbg
/usr/share/doc/%{name}-%{version}/README
-/usr/share/man/man8/glite-lb-harvester.8.gz
+/usr/share/man/man1/glite-lb-harvester.1.gz
%changelog
--- /dev/null
+Source: glite-lb-logger-msg
+Priority: extra
+Maintainer: @MAINTAINER@
+Uploaders: @UPLOADERS@
+Build-Depends: debhelper (>= 7.0.50~), chrpath, glite-lb-logger-dev, libcppunit-dev, libglite-lbjp-common-trio-dev, libtool
+#TODO: activemq-cpp-library
+Standards-Version: 3.9.1
+Section: misc
+Homepage: @URL@
+DM-Upload-Allowed: yes
+@DEBIAN_VCS@
+
+Package: glite-lb-logger-msg
+Section: misc
+Architecture: any
+Depends: glite-lb-logger (= ${binary:Version}), ${misc:Depends}
+Description: @SUMMARY@
+@DEBIAN_DESCRIPTION@
+
+Package: glite-lb-logger-msg-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: glite-lb-logger-msg (= ${binary:Version}), ${misc:Depends}
+Description: gLite L&B logger MSG plugin debugging symbols
+ This package contains debugging symbols for gLite L&B logger MSG plugin.
--- /dev/null
+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:
+
+ <Copyright (C) 2004-2011 Members of the EGEE Collaboration>
+
+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.
--- /dev/null
+etc/glite-lb
+usr/lib/glite-lb
+usr/lib/glite-lb/examples
+usr/share/doc/glite-lb-logger-msg
+usr/share/glite-lb
--- /dev/null
+etc/glite-lb/*
+usr/lib/activemq_cpp_plugin.so*
+usr/lib/glite-lb/examples/*
+usr/share/doc/glite-lb-logger-msg/*
+usr/share/glite-lb/*
--- /dev/null
+#!/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 lb.logger-msg
+ 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'
+ mv $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-logger-msg-@MAJOR@.@MINOR@.@REVISION@ $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-logger-msg
+ (cd $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-logger-msg; \
+ rm -fv ChangeLog LICENSE; \
+ cat $(CURDIR)/project/ChangeLog | gzip -9 > changelog.gz)
+
+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=glite-lb-logger-msg-dbg
+ dh_compress
+ dh_fixperms
+ dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-arch binary-indep
${MAN_GZ}: ${MAN}
rm -f ${MAN_GZ} ${MAN}
cp $? .
- gzip -f $(notdir $?)
+ gzip -9 -f $(notdir $?)
man: ${MAN_GZ}
--- /dev/null
+Source: glite-lb-logger
+Priority: extra
+Maintainer: @MAINTAINER@
+Uploaders: @UPLOADERS@
+Build-Depends: debhelper (>= 7.0.50~), chrpath, libcppunit-dev, libglite-jobid-api-c-dev, libglite-lbjp-common-gss-dev, libglite-lbjp-common-log-dev, libglite-lbjp-common-trio-dev, libtool
+Standards-Version: 3.9.1
+Section: misc
+Homepage: @URL@
+DM-Upload-Allowed: yes
+@DEBIAN_VCS@
+
+Package: glite-lb-logger
+Section: misc
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: @SUMMARY@
+@DEBIAN_DESCRIPTION@
+
+Package: glite-lb-logger-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, glite-lb-logger (= ${binary:Version}), libglite-lb-common-dev, libglite-lbjp-common-gss-dev, libglite-lbjp-common-log-dev
+Description: Development files for gLite L&B logger
+ This package contains header files for building plugins for gLite L&B logger.
+
+Package: glite-lb-logger-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: glite-lb-logger (= ${binary:Version}), ${misc:Depends}
+Description: gLite L&B logger debugging symbols
+ This package contains debugging symbols for gLite L&B logger.
--- /dev/null
+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:
+
+ <Copyright (C) 2004-2011 Members of the EGEE Collaboration>
+
+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.
--- /dev/null
+usr/include/glite
+usr/include/glite/lb
--- /dev/null
+usr/include/glite/lb/*
--- /dev/null
+etc/init.d
+usr/bin
+usr/share/doc/glite-lb-logger
+usr/share/man/man8
--- /dev/null
+etc/init.d/*
+usr/bin/*
+usr/share/doc/glite-lb-logger/*
+usr/share/man/man8/*
--- /dev/null
+#!/bin/sh
+set -e
+
+getent group glite >/dev/null || groupadd -r glite
+getent passwd glite >/dev/null || useradd -r -g glite -d /var/glite -c "gLite user" glite
+mkdir -p /var/glite /var/log/glite 2>/dev/null || :
+chown glite:glite /var/glite /var/log/glite
+
+#DEBHELPER#
--- /dev/null
+#!/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 lb.logger
+ 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
+ find $(CURDIR)/debian/tmp -name '*' -print | xargs -I {} -i bash -c "chrpath -d {} > /dev/null 2>&1" || echo 'Stripped RPATH'
+ mv $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-logger-@MAJOR@.@MINOR@.@REVISION@ $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-logger
+ (cd $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-logger; \
+ rm -fv ChangeLog LICENSE; \
+ cat $(CURDIR)/project/ChangeLog | gzip -9 > changelog.gz)
+
+binary-indep:
+
+binary-arch: install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_installexamples
+ dh_installman
+ dh_installlogrotate
+ dh_installinit --onlyscripts --no-start --name=glite-lb-locallogger
+ dh_installcron
+ dh_install --fail-missing
+ dh_link
+ dh_strip --dbg-package=glite-lb-logger-dbg
+ dh_compress
+ dh_fixperms
+ dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-arch binary-indep
--- /dev/null
+Source: emi-lb-nagios-plugins
+Priority: extra
+Maintainer: @MAINTAINER@
+Uploaders: @UPLOADERS@
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.9.1
+Section: net
+Homepage: @URL@
+DM-Upload-Allowed: yes
+@DEBIAN_VCS@
+
+Package: emi-lb-nagios-plugins
+Section: net
+Architecture: all
+Depends: ${misc:Depends}, glite-lb-client-progs, glite-lb-utils, glite-lb-ws-test, globus-proxy-utils
+Provides: glite-lb-nagios-plugins
+Description: @SUMMARY@
+@DEBIAN_DESCRIPTION@
--- /dev/null
+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:
+
+ <Copyright (C) 2004-2011 Members of the EGEE Collaboration>
+
+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.
--- /dev/null
+usr/share/doc/emi-lb-nagios-plugins
+usr/libexec/grid-monitoring
+usr/libexec/grid-monitoring/probes
+usr/libexec/grid-monitoring/probes/emi.lb
+var/lib/grid-monitoring
+var/lib/grid-monitoring/emi.lb
--- /dev/null
+usr/share/doc/emi-lb-nagios-plugins/*
+usr/libexec/grid-monitoring/probes/emi.lb/*
--- /dev/null
+#!/bin/sh
+set -e
+chown nagios:nagios /usr/libexec/grid-monitoring/probes/emi.lb >/dev/null 2>&1 || :
+#DEBHELPER#
--- /dev/null
+#!/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 lb.nagios
+ touch $@
+
+build: build-indep
+
+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
+ mv $(CURDIR)/debian/tmp/usr/share/doc/emi-lb-nagios-plugins-@MAJOR@.@MINOR@.@REVISION@ $(CURDIR)/debian/tmp/usr/share/doc/emi-lb-nagios-plugins
+ (cd $(CURDIR)/debian/tmp/usr/share/doc/emi-lb-nagios-plugins; \
+ rm -fv ChangeLog LICENSE; \
+ cat $(CURDIR)/project/ChangeLog | gzip -9 > changelog.gz)
+
+binary-indep: install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_installexamples
+ dh_installman
+ dh_installlogrotate
+ dh_installcron
+ dh_install --fail-missing
+ dh_link
+ dh_compress
+ dh_fixperms
+ dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep
${MAN_GZ}: ${MAN}
cp $? .
- gzip -f $(notdir $?)
+ gzip -9 -f $(notdir $?)
stage: compile
$(MAKE) install PREFIX=${stagedir} DOSTAGE=yes
--- /dev/null
+Source: glite-lb-server
+Priority: extra
+Maintainer: @MAINTAINER@
+Uploaders: @UPLOADERS@
+Build-Depends: debhelper (>= 7.0.50~), bison, chrpath, flex, glite-lb-types, glite-lb-ws-interface, gsoap, libc-ares-dev, libc-ares2, libclassad-dev, libclassad1, libcppunit-dev, libexpat1, libexpat1-dev, libglobus-gssapi-gsi-dev, libglite-jobid-api-c-dev, libglite-lb-common-dev, libglite-lb-state-machine-dev, libglite-lbjp-common-db-dev, libglite-lbjp-common-gss-dev, libglite-lbjp-common-gsoap-plugin-dev, libglite-lbjp-common-log-dev, libglite-lbjp-common-maildir-dev, libglite-lbjp-common-server-bones-dev, libglite-lbjp-common-trio-dev, libgridsite-dev, libmysqlclient-dev, libtool, libxml2, libxml2-dev, libvomsapi1, voms-dev
+#TODO: lcas
+Standards-Version: 3.9.1
+Section: misc
+Homepage: @URL@
+DM-Upload-Allowed: yes
+@DEBIAN_VCS@
+
+Package: glite-lb-server
+Section: misc
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, mysql-server
+Description: @SUMMARY@
+@DEBIAN_DESCRIPTION@
+
+Package: glite-lb-server-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: glite-lb-server (= ${binary:Version}), ${misc:Depends}
+Description: gLite L&B server debugging symbols
+ This package contains debugging symbols for gLite L&B server.
--- /dev/null
+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:
+
+ <Copyright (C) 2004-2011 Members of the EGEE Collaboration>
+
+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.
--- /dev/null
+etc/cron.d
+etc/glite-lb
+etc/init.d
+etc/logrotate.d
+usr/bin
+usr/include
+usr/include/glite
+usr/include/glite/lb
+usr/lib
+usr/lib/modules
+usr/share/doc/glite-lb-server
+usr/share/man/man1
+usr/share/man/man8
--- /dev/null
+etc/cron.d/*
+etc/glite-lb/*
+etc/init.d/*
+etc/logrotate.d/*
+etc/*
+usr/bin/*
+usr/include/glite/lb/*
+usr/lib/modules/*
+usr/share/doc/glite-lb-server/*
+usr/share/man/man1/*
+usr/share/man/man8/*
--- /dev/null
+#!/bin/sh
+set -e
+
+getent group glite >/dev/null || groupadd -r glite
+getent passwd glite >/dev/null || useradd -r -g glite -d /var/glite -c "gLite user" glite
+mkdir -p /var/glite /var/log/glite 2>/dev/null || :
+chown glite:glite /var/glite /var/log/glite
+
+#DEBHELPER#
--- /dev/null
+#!/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 lb.server
+ 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
+ mv $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-server-@MAJOR@.@MINOR@.@REVISION@ $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-server
+ (cd $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-server; \
+ rm -fv ChangeLog LICENSE; \
+ cat $(CURDIR)/project/ChangeLog | gzip -9 > changelog.gz)
+
+binary-indep:
+
+binary-arch: install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_installexamples
+ dh_installman
+ dh_installlogrotate
+ dh_installinit --onlyscripts --no-start
+ dh_installcron
+ dh_install --fail-missing
+ dh_link
+ dh_strip --dbg-package=glite-lb-server-dbg
+ dh_compress
+ dh_fixperms
+ dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-arch binary-indep
--- /dev/null
+Source: glite-lb-state-machine
+Priority: extra
+Maintainer: @MAINTAINER@
+Uploaders: @UPLOADERS@
+Build-Depends: debhelper (>= 7.0.50~), chrpath, glite-lb-types, libclassad-dev, libexpat1-dev, libglite-jobid-api-c-dev, libglite-lb-common-dev, libglite-lbjp-common-db-dev, libglite-lbjp-common-gss-dev, libglite-lbjp-common-jp-interface-dev, libglite-lbjp-common-trio-dev, libtool, xsltproc
+Standards-Version: 3.9.1
+Section: libs
+Homepage: @URL@
+DM-Upload-Allowed: yes
+@DEBIAN_VCS@
+
+Package: libglite-lb-state-machine1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: @SUMMARY@
+@DEBIAN_DESCRIPTION@
+
+Package: libglite-lb-state-machine-dev
+Section: libdevel
+Architecture: any
+Provides: glite-lb-state-machine
+Depends: libglite-lb-state-machine1 (= ${binary:Version}), ${misc:Depends}, libglite-lb-common-dev, libglite-lbjp-common-gss-dev
+Description: Development files for gLite L&B state machine
+ This package contains development libraries and header files for gLite L&B
+ state machine.
+
+Package: glite-lb-state-machine-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: libglite-lb-state-machine1 (= ${binary:Version}), ${misc:Depends}, libglite-jobid-api-c-dev
+Description: gLite L&B state-machine debugging symbols
+ This package contains debugging symbols for gLite L&B state machine.
--- /dev/null
+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:
+
+ <Copyright (C) 2004-2011 Members of the EGEE Collaboration>
+
+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.
--- /dev/null
+usr/include/glite/lb
+usr/interface
+usr/lib
--- /dev/null
+usr/include/glite/lb/*.h
+usr/interface/*.xsd
+usr/lib/lib*.so
+usr/lib/glite*.so
\ No newline at end of file
--- /dev/null
+usr/lib/lib*.so.*
+usr/lib/glite*.so.*
--- /dev/null
+#!/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 lb.state-machine
+ 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=glite-lb-state-machine-dbg
+ dh_compress
+ dh_fixperms
+ dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-arch binary-indep
--- /dev/null
+Source: glite-lb-types
+Priority: extra
+Maintainer: @MAINTAINER@
+Uploaders: @UPLOADERS@
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.9.1
+Section: devel
+Homepage: @URL@
+DM-Upload-Allowed: yes
+@DEBIAN_VCS@
+
+Package: glite-lb-types
+Section: devel
+Architecture: all
+Depends: ${misc:Depends}
+Description: @SUMMARY@
+@DEBIAN_DESCRIPTION@
--- /dev/null
+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:
+
+ <Copyright (C) 2004-2011 Members of the EGEE Collaboration>
+
+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.
--- /dev/null
+usr/share/perl/gLite/LB
--- /dev/null
+usr/sbin/*
+usr/share/perl/gLite/LB/*.pm
+usr/share/glite-lb/at3/*.T
--- /dev/null
+#!/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 lb.types
+ touch $@
+
+build: build-indep
+
+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
+
+binary-indep: install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_installexamples
+ dh_installman
+ dh_installlogrotate
+ dh_installcron
+ dh_install --fail-missing
+ dh_link
+ dh_compress
+ dh_fixperms
+ dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep
${MAN_GZ}: ${MAN}
cp $? .
- gzip -f $(notdir $?)
+ gzip -9 -f $(notdir $?)
${MAN8_GZ}: ${MAN8}
cp $? .
- gzip -f $(notdir $?)
+ gzip -9 -f $(notdir $?)
stage: compile
$(MAKE) install PREFIX=${stagedir} DOSTAGE=yes
--- /dev/null
+Source: glite-lb-utils
+Priority: extra
+Maintainer: @MAINTAINER@
+Uploaders: @UPLOADERS@
+Build-Depends: debhelper (>= 7.0.50~), chrpath, glite-lb-types, libcppunit-dev, libglite-jobid-api-c-dev, libglite-lb-client-dev, libglite-lb-state-machine-dev, libglite-lbjp-common-jp-interface-dev, libglite-lbjp-common-maildir-dev, libglite-lbjp-common-trio-dev
+Standards-Version: 3.9.1
+Section: misc
+Homepage: @URL@
+DM-Upload-Allowed: yes
+@DEBIAN_VCS@
+
+Package: glite-lb-utils
+Section: misc
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: @SUMMARY@
+@DEBIAN_DESCRIPTION@
+
+Package: glite-lb-utils-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: glite-lb-utils (= ${binary:Version}), ${misc:Depends}
+Description: gLite L&B utils debugging symbols
+ This package contains debugging symbols for gLite L&B utils.
--- /dev/null
+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:
+
+ <Copyright (C) 2004-2011 Members of the EGEE Collaboration>
+
+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.
--- /dev/null
+usr/bin
+usr/share/doc/glite-lb-utils
+usr/share/man/man1
+usr/share/man/man8
--- /dev/null
+usr/bin/*
+usr/share/doc/glite-lb-utils/*
+usr/share/man/man1/*
+usr/share/man/man8/*
--- /dev/null
+#!/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 lb.utils
+ 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
+ find $(CURDIR)/debian/tmp -name '*' -print | xargs -I {} -i bash -c "chrpath -d {} > /dev/null 2>&1" || echo 'Stripped RPATH'
+ mv $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-utils-@MAJOR@.@MINOR@.@REVISION@ $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-utils
+ (cd $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-utils; \
+ rm -fv ChangeLog LICENSE; \
+ cat $(CURDIR)/project/ChangeLog | gzip -9 > changelog.gz)
+
+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=glite-lb-utils-dbg
+ dh_compress
+ dh_fixperms
+ dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-arch binary-indep
install:
-mkdir -p ${DESTDIR}${PREFIX}${prefix}/${STAGETO}
- -mkdir -p ${DESTDIR}${PREFIX}${prefix}/share/doc/${package}-${version}/examples
+ -mkdir -p ${DESTDIR}${PREFIX}${prefix}/share/doc/${package}-${version}
-mkdir -p ${DESTDIR}${PREFIX}${prefix}/include/${globalprefix}/${lbprefix}
install -m 644 ${top_srcdir}/LICENSE ${DESTDIR}${PREFIX}${prefix}/share/doc/${package}-${version}
( cd ${top_srcdir}/project && install -m 644 ChangeLog package.description package.summary ${DESTDIR}${PREFIX}${prefix}/share/doc/${package}-${version} )
--- /dev/null
+Source: glite-lb-ws-interface
+Priority: extra
+Maintainer: @MAINTAINER@
+Uploaders: @UPLOADERS@
+Build-Depends: debhelper (>= 7.0.50~), glite-lb-types, tidy, xsltproc
+Standards-Version: 3.9.1
+Section: libs
+Homepage: @URL@
+DM-Upload-Allowed: yes
+@DEBIAN_VCS@
+
+Package: glite-lb-ws-interface
+Section: libs
+Architecture: all
+Depends: ${misc:Depends}
+Description: @SUMMARY@
+@DEBIAN_DESCRIPTION@
--- /dev/null
+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:
+
+ <Copyright (C) 2004-2011 Members of the EGEE Collaboration>
+
+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.
--- /dev/null
+usr/include/glite/lb
+usr/share/doc/glite-lb-ws-interface
+usr/share/wsdl/glite-lb
--- /dev/null
+usr/include/glite/lb/*.h
+usr/share/doc/glite-lb-ws-interface/*
+usr/share/wsdl/glite-lb/*
--- /dev/null
+#!/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 lb.ws-interface
+ touch $@
+
+build: build-indep
+
+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
+ mv $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-ws-interface-@MAJOR@.@MINOR@.@REVISION@ $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-ws-interface
+ (cd $(CURDIR)/debian/tmp/usr/share/doc/glite-lb-ws-interface; \
+ rm -fv ChangeLog LICENSE; \
+ cat $(CURDIR)/project/ChangeLog | gzip -9 > changelog.gz)
+
+binary-indep: install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_installexamples
+ dh_installman
+ dh_installlogrotate
+ dh_installcron
+ dh_install --fail-missing
+ dh_link
+ dh_compress
+ dh_fixperms
+ dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep
%dir /usr/include/glite/
%dir /usr/include/glite/lb/
%dir /usr/share/doc/%{name}-%{version}/
-%dir /usr/share/doc/%{name}-%{version}/examples/
%dir /usr/share/wsdl/
%dir /usr/share/wsdl/glite-lb/
/usr/include/glite/lb/ws_interface_version.h
--- /dev/null
+Source: glite-lb-ws-test
+Priority: extra
+Maintainer: @MAINTAINER@
+Uploaders: @UPLOADERS@
+Build-Depends: debhelper (>= 7.0.50~), chrpath, gsoap, glite-lb-ws-interface, libglite-lbjp-common-gsoap-plugin-dev, libtool
+Standards-Version: 3.9.1
+Section: misc
+Homepage: @URL@
+DM-Upload-Allowed: yes
+@DEBIAN_VCS@
+
+Package: glite-lb-ws-test
+Section: misc
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, glite-lb-ws-interface
+Description: @SUMMARY@
+@DEBIAN_DESCRIPTION@
+
+Package: glite-lb-ws-test-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: glite-lb-ws-test (= ${binary:Version}), ${misc:Depends}
+Description: gLite L&B Web Service tests debugging symbols
+ This package contains debugging symbols for gLite L&B Web Service tests.
--- /dev/null
+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:
+
+ <Copyright (C) 2004-2011 Members of the EGEE Collaboration>
+
+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.
--- /dev/null
+usr/lib/glite-lb
+usr/lib/glite-lb/examples
--- /dev/null
+usr/lib/glite-lb/examples/*
--- /dev/null
+#!/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 lb.ws-test
+ 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
+ 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=glite-lb-ws-test-dbg
+ dh_compress
+ dh_fixperms
+ dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-arch binary-indep