[eigenbase-resgen] 02/17: [svn-inject] Applying Debian modifications to trunk

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Nov 9 16:21:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository eigenbase-resgen.

commit 436b5d69c1b9c8a617c6898ec54cd078fac83a9a
Author: Damien Raude-Morvan <drazzib at debian.org>
Date:   Fri Dec 11 17:55:52 2009 +0000

    [svn-inject] Applying Debian modifications to trunk
---
 debian/changelog                             |  5 ++++
 debian/compat                                |  1 +
 debian/control                               | 37 ++++++++++++++++++++++++++++
 debian/copyright                             | 19 ++++++++++++++
 debian/docs                                  |  1 +
 debian/install                               |  2 ++
 debian/libeigenbase-resgen-java-doc.doc-base | 10 ++++++++
 debian/libeigenbase-resgen-java-doc.examples |  1 +
 debian/libeigenbase-resgen-java-doc.install  |  3 +++
 debian/orig-tar.exclude                      |  2 ++
 debian/orig-tar.sh                           | 12 +++++++++
 debian/rules                                 | 14 +++++++++++
 debian/watch                                 |  3 +++
 13 files changed, 110 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5291e5d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+eigenbase-resgen (1.3.0.11875-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #560237)
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 06 Dec 2009 02:13:36 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..190de48
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: eigenbase-resgen
+Section: java
+Priority: optional
+Maintainer: Damien Raude-Morvan <drazzib at debian.org>
+Build-Depends: cdbs, debhelper (>= 7), default-jdk, ant
+Build-Depends-Indep: libxerces2-java, junit, libeigenbase-resgen-java
+Standards-Version: 3.8.3
+Vcs-Svn: http://svn.drazzib.com/debian-pkg/eigenbase-resgen/trunk
+Vcs-Browser: http://svn.drazzib.com/wsvn/Debian-Pkg/eigenbase-resgen/trunk
+Homepage: http://eigenbase.sourceforge.net/resgen/
+
+Package: libeigenbase-resgen-java
+Architecture: all
+Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, libxerces2-java
+Description: Java i18n code generator from XML files
+ Eigenbase Resource Generator helps you build and maintain internationalized
+ applications in Java. From a simple XML file, it generates classes to access
+ those resources in a type-safe manner.
+ .
+ It is tightly integrated with Ant, to make the development process painless;
+ and it supports a variety of schemes to determine the current locale.
+
+Package: libeigenbase-resgen-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Suggests: libeigenbase-resgen-java
+Description: Java i18n code generator from XML files - documentation
+ Eigenbase Resource Generator helps you build and maintain internationalized
+ applications in Java. From a simple XML file, it generates classes to access
+ those resources in a type-safe manner.
+ .
+ It is tightly integrated with Ant, to make the development process painless;
+ and it supports a variety of schemes to determine the current locale.
+ .
+ This package contains Javadoc API documentation of eigenbase-resgen.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4101afe
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,19 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: ResGen: Eigenbase Resource Generator
+Maintainer: Julian Hyde <jhyde at users.sourceforge.net>
+Source: http://eigenbase.sourceforge.net/download.html
+
+Files: *
+Copyright: Copyright (C) 2005-2005 The Eigenbase Project
+Copyright: Copyright (C) 2005-2005 Disruptive Tech
+Copyright: Copyright (C) 2005-2005 LucidEra, Inc.
+Copyright: Copyright (C) 2001-2005 Kana Software, Inc. and others. 
+License: LGPL-2.1+
+
+Files: debian/*
+Copyright: Copyright (C) 2008-2009 Damien Raude-Morvan <drazzib at debian.org>
+License: LGPL-2.1+
+
+License: LGPL-2.1+
+  On Debian GNU/Linux system you can find the complete text of the
+  LGPL v2 license in `/usr/share/common-licenses/LGPL-2'.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..f77d6a3
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+lib/eigenbase-resgen.jar usr/share/java
+lib/eigenbase-xom.jar usr/share/java
diff --git a/debian/libeigenbase-resgen-java-doc.doc-base b/debian/libeigenbase-resgen-java-doc.doc-base
new file mode 100644
index 0000000..798e3bc
--- /dev/null
+++ b/debian/libeigenbase-resgen-java-doc.doc-base
@@ -0,0 +1,10 @@
+Document: libeigenbase-resgen-java-doc
+Title: API Javadoc for eigenbase-resgen
+Author: eigenbase-resgen developers
+Abstract: This is the API Javadoc provided by the eigenbase-resgen library.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libeigenbase-resgen-java/api/index.html
+Files: /usr/share/doc/libeigenbase-resgen-java/api/*
+
diff --git a/debian/libeigenbase-resgen-java-doc.examples b/debian/libeigenbase-resgen-java-doc.examples
new file mode 100644
index 0000000..90c978b
--- /dev/null
+++ b/debian/libeigenbase-resgen-java-doc.examples
@@ -0,0 +1 @@
+example/
diff --git a/debian/libeigenbase-resgen-java-doc.install b/debian/libeigenbase-resgen-java-doc.install
new file mode 100644
index 0000000..a06fc29
--- /dev/null
+++ b/debian/libeigenbase-resgen-java-doc.install
@@ -0,0 +1,3 @@
+doc/api /usr/share/doc/libeigenbase-resgen-java/
+doc/index.html /usr/share/doc/libeigenbase-resgen-java/
+doc/overview_cpp.html /usr/share/doc/libeigenbase-resgen-java/
diff --git a/debian/orig-tar.exclude b/debian/orig-tar.exclude
new file mode 100644
index 0000000..6424763
--- /dev/null
+++ b/debian/orig-tar.exclude
@@ -0,0 +1,2 @@
+doc/api/*
+lib/*
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
new file mode 100644
index 0000000..8e9019e
--- /dev/null
+++ b/debian/orig-tar.sh
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+DIR=eigenbase-resgen-$2
+TAR=eigenbase-resgen_$2.orig.tar.gz
+
+# Repack upstream source to tar.gz
+# - strip generated API docs
+unzip $3
+mv resgen $DIR
+GZIP=--best tar czf $TAR -X debian/orig-tar.exclude $DIR
+rm -rf $DIR
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d80f8e8
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+JAVA_HOME            := /usr/lib/jvm/default-java
+
+DEB_JARS             := xercesImpl junit eigenbase-resgen eigenbase-xom
+
+DEB_ANT_BUILD_TARGET := cleanBuild
+DEB_ANT_CLEAN_TARGET := clean
+
+get-orig-source:
+	uscan --force-download
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..bfd4799
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://sf.net/eigenbase/eigenbase-resgen-([\d\.]+).zip debian debian/orig-tar.sh
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eigenbase-resgen.git



More information about the pkg-java-commits mailing list