[pkg-java] r16842 - trunk/derby/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Thu Jun 6 22:54:32 UTC 2013
Author: ebourg-guest
Date: 2013-06-06 22:54:30 +0000 (Thu, 06 Jun 2013)
New Revision: 16842
Added:
trunk/derby/debian/derby-client.install
trunk/derby/debian/derby-common.docs
trunk/derby/debian/derby-core.install
trunk/derby/debian/derby-demo.docs
trunk/derby/debian/derby-javadoc.docs
Removed:
trunk/derby/debian/apache-derby-client.install
trunk/derby/debian/apache-derby-common.docs
trunk/derby/debian/apache-derby-core.install
trunk/derby/debian/apache-derby-demo.docs
trunk/derby/debian/apache-derby-javadoc.docs
Modified:
trunk/derby/debian/changelog
trunk/derby/debian/control
trunk/derby/debian/rules
Log:
Renamed the package
Deleted: trunk/derby/debian/apache-derby-client.install
===================================================================
--- trunk/derby/debian/apache-derby-client.install 2013-06-06 22:36:30 UTC (rev 16841)
+++ trunk/derby/debian/apache-derby-client.install 2013-06-06 22:54:30 UTC (rev 16842)
@@ -1 +0,0 @@
-jars/*sane/derbyclient-*.jar /usr/share/apache-derby
Deleted: trunk/derby/debian/apache-derby-common.docs
===================================================================
--- trunk/derby/debian/apache-derby-common.docs 2013-06-06 22:36:30 UTC (rev 16841)
+++ trunk/derby/debian/apache-derby-common.docs 2013-06-06 22:54:30 UTC (rev 16842)
@@ -1,6 +0,0 @@
-published_api_overview.html
-releaseSummary.xml
-README
-NOTICE
-RELEASE-NOTES.html
-index.html
Deleted: trunk/derby/debian/apache-derby-core.install
===================================================================
--- trunk/derby/debian/apache-derby-core.install 2013-06-06 22:36:30 UTC (rev 16841)
+++ trunk/derby/debian/apache-derby-core.install 2013-06-06 22:54:30 UTC (rev 16842)
@@ -1,8 +0,0 @@
-bin/set*CP /usr/lib/apache-derby/bin
-generated/bin/* /usr/lib/apache-derby/bin
-jars/*sane/derby-*.jar /usr/share/apache-derby
-jars/*sane/derby.war /usr/share/apache-derby
-jars/*sane/derbyLocale*.jar /usr/share/apache-derby
-jars/*sane/derbynet.jar /usr/share/apache-derby
-jars/*sane/derbyrun.jar /usr/share/apache-derby
-jars/*sane/derbytools.jar /usr/share/apache-derby
Deleted: trunk/derby/debian/apache-derby-demo.docs
===================================================================
--- trunk/derby/debian/apache-derby-demo.docs 2013-06-06 22:36:30 UTC (rev 16841)
+++ trunk/derby/debian/apache-derby-demo.docs 2013-06-06 22:54:30 UTC (rev 16842)
@@ -1 +0,0 @@
-java/demo
Deleted: trunk/derby/debian/apache-derby-javadoc.docs
===================================================================
--- trunk/derby/debian/apache-derby-javadoc.docs 2013-06-06 22:36:30 UTC (rev 16841)
+++ trunk/derby/debian/apache-derby-javadoc.docs 2013-06-06 22:54:30 UTC (rev 16842)
@@ -1 +0,0 @@
-javadoc
Modified: trunk/derby/debian/changelog
===================================================================
--- trunk/derby/debian/changelog 2013-06-06 22:36:30 UTC (rev 16841)
+++ trunk/derby/debian/changelog 2013-06-06 22:54:30 UTC (rev 16842)
@@ -1,3 +1,11 @@
+derby (10.10.1.1-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #617425)
+ * Renamed the package to 'derby'
+ * Transfered the maintenance to the Java Team
+
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 07 Jun 2013 00:51:41 +0200
+
apache-derby (10.10.1.1+repack-0ubuntu2) precise; urgency=low
* New upstream
Modified: trunk/derby/debian/control
===================================================================
--- trunk/derby/debian/control 2013-06-06 22:36:30 UTC (rev 16841)
+++ trunk/derby/debian/control 2013-06-06 22:54:30 UTC (rev 16842)
@@ -1,4 +1,4 @@
-Source: apache-derby
+Source: derby
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
@@ -9,23 +9,23 @@
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/derby
Homepage: http://db.apache.org/derby/
-Package: apache-derby-client
+Package: derby-client
Architecture: all
Section: libs
Priority: optional
-Depends: ${misc:Depends}, apache-derby-common, default-jre | java6-runtime
+Depends: ${misc:Depends}, derby-common, default-jre | java6-runtime
Description: Apache Derby client
Client for Apache Derby.
.
The client connects to a remote, local or embedded Apache Derby network server.
- The server software comes with the apache-derby-core package.
+ The server software comes with the derby-core package.
.
This is a free version of the libraries provided by sun-javadb-client
-Package: apache-derby-common
+Package: derby-common
Architecture: all
Depends: ${misc:Depends}
-Suggests: apache-derby-core, apache-derby-client, apache-derby-javadoc, apache-derby-demo
+Suggests: derby-core, derby-client, derby-javadoc, derby-demo
Description: Embeddable relational database for Java, common files
An open source relational database implemented entirely in Java.
* Derby has a small footprint -- about 2.6 megabytes for the base engine and
@@ -40,14 +40,14 @@
This package contains common information about Apache Derby. The file
index.html introduces the product and has references to further
documentation, some of which is in the packages,
- apache-derby-javadoc and apache-derby-demo.
+ derby-javadoc and derby-demo.
.
This is a free version of the libraries provided by sun-javadb-common
-Package: apache-derby-core
+Package: derby-core
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, apache-derby-common
-Suggests: apache-derby-client, apache-derby, apache-derby-javadoc, apache-derby-demo
+Depends: ${shlibs:Depends}, ${misc:Depends}, derby-common
+Suggests: derby-client, derby, derby-javadoc, derby-demo
Description: Embeddable relational database for Java, core
An open source relational database implemented entirely in Java.
* Derby has a small footprint -- about 2.6 megabytes for the base engine and
@@ -64,11 +64,11 @@
.
This is a free version of the libraries provided by sun-javadb-core
-Package: apache-derby-demo
+Package: derby-demo
Architecture: all
Section: devel
Priority: optional
-Depends: ${misc:Depends}, apache-derby-common, default-jre | java6-runtime
+Depends: ${misc:Depends}, derby-common, default-jre | java6-runtime
Description: Apache Derby demo
Demo software for Apache Derby.
.
@@ -76,9 +76,9 @@
.
This is a free version of the libraries provided by sun-javadb-demo
-#Package: apache-derby-doc
+#Package: derby-doc
#Architecture: all
-#Depends: ${shlibs:Depends}, ${misc:Depends}, apache-derby-common
+#Depends: ${shlibs:Depends}, ${misc:Depends}, derby-common
#Description: Embeddable relational database for Java, documentation
# Documentation for Apache Derby.
# .
@@ -86,11 +86,11 @@
# .
# This is a free version of the libraries provided by sun-javadb-doc
-Package: apache-derby-javadoc
+Package: derby-javadoc
Architecture: all
Section: devel
Priority: optional
-Depends: ${misc:Depends}, apache-derby-common
+Depends: ${misc:Depends}, derby-common
Description: Apache Derby javadoc
javadoc for Apache Derby
.
Copied: trunk/derby/debian/derby-client.install (from rev 16840, trunk/derby/debian/apache-derby-client.install)
===================================================================
--- trunk/derby/debian/derby-client.install (rev 0)
+++ trunk/derby/debian/derby-client.install 2013-06-06 22:54:30 UTC (rev 16842)
@@ -0,0 +1 @@
+jars/*sane/derbyclient-*.jar /usr/share/derby
Copied: trunk/derby/debian/derby-common.docs (from rev 16840, trunk/derby/debian/apache-derby-common.docs)
===================================================================
--- trunk/derby/debian/derby-common.docs (rev 0)
+++ trunk/derby/debian/derby-common.docs 2013-06-06 22:54:30 UTC (rev 16842)
@@ -0,0 +1,6 @@
+published_api_overview.html
+releaseSummary.xml
+README
+NOTICE
+RELEASE-NOTES.html
+index.html
Copied: trunk/derby/debian/derby-core.install (from rev 16840, trunk/derby/debian/apache-derby-core.install)
===================================================================
--- trunk/derby/debian/derby-core.install (rev 0)
+++ trunk/derby/debian/derby-core.install 2013-06-06 22:54:30 UTC (rev 16842)
@@ -0,0 +1,8 @@
+bin/set*CP /usr/lib/derby/bin
+generated/bin/* /usr/lib/derby/bin
+jars/*sane/derby-*.jar /usr/share/derby
+jars/*sane/derby.war /usr/share/derby
+jars/*sane/derbyLocale*.jar /usr/share/derby
+jars/*sane/derbynet.jar /usr/share/derby
+jars/*sane/derbyrun.jar /usr/share/derby
+jars/*sane/derbytools.jar /usr/share/derby
Copied: trunk/derby/debian/derby-demo.docs (from rev 16840, trunk/derby/debian/apache-derby-demo.docs)
===================================================================
--- trunk/derby/debian/derby-demo.docs (rev 0)
+++ trunk/derby/debian/derby-demo.docs 2013-06-06 22:54:30 UTC (rev 16842)
@@ -0,0 +1 @@
+java/demo
Copied: trunk/derby/debian/derby-javadoc.docs (from rev 16840, trunk/derby/debian/apache-derby-javadoc.docs)
===================================================================
--- trunk/derby/debian/derby-javadoc.docs (rev 0)
+++ trunk/derby/debian/derby-javadoc.docs 2013-06-06 22:54:30 UTC (rev 16842)
@@ -0,0 +1 @@
+javadoc
Modified: trunk/derby/debian/rules
===================================================================
--- trunk/derby/debian/rules 2013-06-06 22:36:30 UTC (rev 16841)
+++ trunk/derby/debian/rules 2013-06-06 22:54:30 UTC (rev 16842)
@@ -44,7 +44,7 @@
override_dh_install:
dh_install -X.bat
- chmod a+x debian/apache-derby-core/usr/lib/apache-derby/bin/*
+ chmod a+x debian/derby-core/usr/lib/derby/bin/*
override_dh_test:
env CLASSPATH=`echo jars/insane/*.jar | tr ' ' ':'` \
@@ -53,12 +53,12 @@
#Moved symlink stuff here so it works after version change
override_dh_link:
- dh_link -papache-derby-client /usr/share/apache-derby/derbyclient-$(version).jar /usr/share/java/derbyclient-$(version).jar
- dh_link -papache-derby-client /usr/share/java/derbyclient-$(version).jar /usr/share/java/derbyclient.jar
+ dh_link -pderby-client /usr/share/derby/derbyclient-$(version).jar /usr/share/java/derbyclient-$(version).jar
+ dh_link -pderby-client /usr/share/java/derbyclient-$(version).jar /usr/share/java/derbyclient.jar
#.
- dh_link -papache-derby-core /usr/share/apache-derby/derby-$(version).jar /usr/share/apache-derby/derby-$(version).jar
- dh_link -papache-derby-core /usr/share/apache-derby/derby-$(version).jar /usr/share/java/derby-$(version).jar
- dh_link -papache-derby-core /usr/share/java/derby-$(version).jar /usr/share/java/derby.jar
+ dh_link -pderby-core /usr/share/derby/derby-$(version).jar /usr/share/derby/derby-$(version).jar
+ dh_link -pderby-core /usr/share/derby/derby-$(version).jar /usr/share/java/derby-$(version).jar
+ dh_link -pderby-core /usr/share/java/derby-$(version).jar /usr/share/java/derby.jar
#.
dh_link --verbose
More information about the pkg-java-commits
mailing list