[pkg-java] r5096 - trunk/libjcalendar-java/debian
twerner at alioth.debian.org
twerner at alioth.debian.org
Sun Dec 16 23:43:16 UTC 2007
Author: twerner
Date: 2007-12-16 23:43:16 +0000 (Sun, 16 Dec 2007)
New Revision: 5096
Added:
trunk/libjcalendar-java/debian/libjcalendar-java-doc.doc-base
trunk/libjcalendar-java/debian/orig-tar.sh
trunk/libjcalendar-java/debian/watch
Modified:
trunk/libjcalendar-java/debian/changelog
trunk/libjcalendar-java/debian/control
trunk/libjcalendar-java/debian/copyright
trunk/libjcalendar-java/debian/rules
Log:
* Add myself to Uploaders.
* Update Homepage and Vcs headers in debian/control.
* Add doc-base file.
* Change Standards-Version: 3.7.3.
* Switch from kaffe to java-gcj.
* Fix FSF address in debian/copyright.
* Fix Section of libjcalendar-java-doc.
Modified: trunk/libjcalendar-java/debian/changelog
===================================================================
--- trunk/libjcalendar-java/debian/changelog 2007-12-16 23:15:54 UTC (rev 5095)
+++ trunk/libjcalendar-java/debian/changelog 2007-12-16 23:43:16 UTC (rev 5096)
@@ -1,3 +1,15 @@
+libjcalendar-java (1.3.2-2) unstable; urgency=low
+
+ * Add myself to Uploaders.
+ * Update Homepage and Vcs headers in debian/control.
+ * Add doc-base file.
+ * Change Standards-Version: 3.7.3.
+ * Switch from kaffe to java-gcj.
+ * Fix FSF address in debian/copyright.
+ * Fix Section of libjcalendar-java-doc.
+
+ -- Torsten Werner <twerner at debian.org> Mon, 17 Dec 2007 00:38:42 +0100
+
libjcalendar-java (1.3.2-0.1) unstable; urgency=low
* NMU
Modified: trunk/libjcalendar-java/debian/control
===================================================================
--- trunk/libjcalendar-java/debian/control 2007-12-16 23:15:54 UTC (rev 5095)
+++ trunk/libjcalendar-java/debian/control 2007-12-16 23:43:16 UTC (rev 5096)
@@ -1,10 +1,13 @@
Source: libjcalendar-java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Eric Lavarde <deb at zorglub.s.bawue.de>
-Build-Depends-Indep: debhelper (>= 5), cdbs (>= 0.4.8), kaffe (>= 1.1.6.91) | sun-j2sdk1.4 | blackdown-j2sdk1.4, ant, gjdoc
-Standards-Version: 3.6.2.0
+Uploaders: Eric Lavarde <deb at zorglub.s.bawue.de>, Torsten Werner <twerner at debian.org>
+Build-Depends: debhelper (>= 5), cdbs (>= 0.4.8), java-gcj-compat-dev, ant
Section: libs
+Standards-Version: 3.7.3
+Homepage: http://www.toedter.com/en/jcalendar/
+Vcs-Svn: https://bollin.googlecode.com/svn/libjcalendar-java/trunk
+Vcs-Browser: http://bollin.googlecode.com/svn/libjcalendar-java/trunk
Package: libjcalendar-java
Architecture: all
@@ -15,12 +18,13 @@
JMonthChooser and a JYearChooser. All these beans have a locale property,
provide several icons (Color 16x16, Color 32x32, Mono 16x16 and Mono 32x32)
and their own locale property editor. So they can easily be used in GUI
- builders.
- .
- Homepage is http://www.toedter.com/en/jcalendar/
+ builders. Also part of the package is a JDateChooser, a bean composed of an
+ IDateEditor (for direct date editing) and a button for opening a JCalendar for
+ selecting the date.
Package: libjcalendar-java-doc
Architecture: all
+Section: doc
Suggests: libjcalendar-java
Recommends: mozilla | www-browser
Description: API documentation for libjcalendar-java
Modified: trunk/libjcalendar-java/debian/copyright
===================================================================
--- trunk/libjcalendar-java/debian/copyright 2007-12-16 23:15:54 UTC (rev 5095)
+++ trunk/libjcalendar-java/debian/copyright 2007-12-16 23:43:16 UTC (rev 5096)
@@ -17,9 +17,9 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this package; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL'.
Added: trunk/libjcalendar-java/debian/libjcalendar-java-doc.doc-base
===================================================================
--- trunk/libjcalendar-java/debian/libjcalendar-java-doc.doc-base (rev 0)
+++ trunk/libjcalendar-java/debian/libjcalendar-java-doc.doc-base 2007-12-16 23:43:16 UTC (rev 5096)
@@ -0,0 +1,8 @@
+Document: libjcalendar-java
+Title: Java date chooser bean for graphically picking a date
+Author: Kay Toedter
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libjcalendar-java-doc/index.html
+Files: /usr/share/doc/libjcalendar-java-doc/*.html
Added: trunk/libjcalendar-java/debian/orig-tar.sh
===================================================================
--- trunk/libjcalendar-java/debian/orig-tar.sh (rev 0)
+++ trunk/libjcalendar-java/debian/orig-tar.sh 2007-12-16 23:43:16 UTC (rev 5096)
@@ -0,0 +1,20 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+
+TAR=../libjcalendar-java_$2.orig.tar.gz
+DIR=libjcalendar-java-$2.orig
+
+# clean up the upstream tarball
+unzip $3 -d $DIR
+tar -c -z -f $TAR --exclude '*/doc/api/*' --exclude '*.jar' $DIR
+rm -rf $DIR $3
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+ . .svn/deb-layout
+ mv $TAR $origDir
+ echo "moved $TAR to $origDir"
+fi
+
+exit 0
Property changes on: trunk/libjcalendar-java/debian/orig-tar.sh
___________________________________________________________________
Name: svn:executable
+ *
Modified: trunk/libjcalendar-java/debian/rules
===================================================================
--- trunk/libjcalendar-java/debian/rules 2007-12-16 23:15:54 UTC (rev 5095)
+++ trunk/libjcalendar-java/debian/rules 2007-12-16 23:43:16 UTC (rev 5096)
@@ -4,10 +4,12 @@
include /usr/share/cdbs/1/class/ant.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
-JAVA_HOME := /usr/lib/kaffe
+JAVA_HOME := /usr/lib/jvm/java-gcj
DEB_ANT_BUILD_TARGET := dist
DEB_BUILDDIR := src
clean::
$(RM) -r lib jcalendar*.zip*
+pre-build::
+ mkdir -p lib
Added: trunk/libjcalendar-java/debian/watch
===================================================================
--- trunk/libjcalendar-java/debian/watch (rev 0)
+++ trunk/libjcalendar-java/debian/watch 2007-12-16 23:43:16 UTC (rev 5096)
@@ -0,0 +1,3 @@
+version=3
+http://www.toedter.com/en/jcalendar/index.html .*/jcalendar-(.*).zip \
+ debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list