[libquartz2-java] 04/63: * Build only one libquartz-java binary package.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Apr 14 10:32:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libquartz2-java.
commit 55d4ea344ebfbd7602c30bd4f4c347d3efa22018
Author: Varun Hiremath <varun at debian.org>
Date: Fri Nov 16 10:58:04 2007 +0000
* Build only one libquartz-java binary package.
---
debian/control | 32 --------------------------------
debian/libquartz-java.install | 2 --
debian/libquartz-jboss-java.install | 1 -
debian/libquartz-test-java.install | 1 -
debian/rules | 4 ++--
5 files changed, 2 insertions(+), 38 deletions(-)
diff --git a/debian/control b/debian/control
index 89c94f3..bb63006 100644
--- a/debian/control
+++ b/debian/control
@@ -27,35 +27,3 @@ Description: open source job scheduling system
tens-of-thousands of jobs; jobs whose tasks are defined as standard
Java components or EJBs. The Quartz Scheduler includes many
enterprise-class features, such as JTA transactions and clustering.
-
-Package: libquartz-jboss-java
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends},
- java-gcj-compat | java1-runtime | java2-runtime
-Description: open source job scheduling system
- Quartz is a full-featured, open source job scheduling system that can
- be integrated with, or used along side virtually any J2EE or J2SE
- application - from the smallest stand-alone application to the
- largest e-commerce system. Quartz can be used to create simple or
- complex schedules for executing tens, hundreds, or even
- tens-of-thousands of jobs; jobs whose tasks are defined as standard
- Java components or EJBs. The Quartz Scheduler includes many
- enterprise-class features, such as JTA transactions and clustering.
- .
- This package ships quartz-jboss libraries.
-
-Package: libquartz-test-java
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends},
- java-gcj-compat | java1-runtime | java2-runtime
-Description: open source job scheduling system
- Quartz is a full-featured, open source job scheduling system that can
- be integrated with, or used along side virtually any J2EE or J2SE
- application - from the smallest stand-alone application to the
- largest e-commerce system. Quartz can be used to create simple or
- complex schedules for executing tens, hundreds, or even
- tens-of-thousands of jobs; jobs whose tasks are defined as standard
- Java components or EJBs. The Quartz Scheduler includes many
- enterprise-class features, such as JTA transactions and clustering.
- .
- This package ships quartz-test libraries.
diff --git a/debian/libquartz-java.install b/debian/libquartz-java.install
deleted file mode 100644
index b86e038..0000000
--- a/debian/libquartz-java.install
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tmp/usr/share/java/quartz.jar
-debian/tmp/usr/share/java/quartz-[1-9\.]*.jar
diff --git a/debian/libquartz-jboss-java.install b/debian/libquartz-jboss-java.install
deleted file mode 100644
index 884b367..0000000
--- a/debian/libquartz-jboss-java.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/share/java/quartz-jboss*
diff --git a/debian/libquartz-test-java.install b/debian/libquartz-test-java.install
deleted file mode 100644
index b742af8..0000000
--- a/debian/libquartz-test-java.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/share/java/quartz-test*
diff --git a/debian/rules b/debian/rules
index d35c93c..364e02c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,9 +13,9 @@ DEB_JARS := commons-logging commons-modeler servlet-api glassfish-ejb-api glass
ALL_JARS = $(wildcard *.jar)
DEST_DIR = $(DEB_DESTDIR)/usr/share/java
-common-install-prehook-indep::
+libquartz-java/install::
for jar in $(ALL_JARS); do \
- BASENAME=`basename $$jar .jar`; \
+ BASENAME=`basename $$jar .jar`; \
FULLNAME=$$BASENAME-$(DEB_UPSTREAM_VERSION).jar; \
install -m 644 -D $$jar $(DEST_DIR)/$$FULLNAME; \
ln -s $$FULLNAME $(DEST_DIR)/$$BASENAME.jar; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libquartz2-java.git
More information about the pkg-java-commits
mailing list