diff options
| author | Torsten Werner <twerner@debian.org> | 2010-04-12 23:32:54 +0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2010-05-09 14:50:15 +0000 |
| commit | 3b93bc3c213f7166868bc8c1310fafbd0af7f80f (patch) | |
| tree | 54156acedaf82f15bccdf9e4a8bdd0890ad491ee | |
| parent | 0e268100427db6b924d18ed81378cc4b13b47314 (diff) | |
2.3.4.726-3 (patches unapplied)import/2.3.4.726-3ubuntu/saucy-develubuntu/saucyubuntu/raring-develubuntu/raringubuntu/quantal-develubuntu/quantalubuntu/precise-develubuntu/preciseubuntu/oneiric-develubuntu/oneiricubuntu/natty-develubuntu/nattyubuntu/maverick-develubuntu/maverickdebian/wheezydebian/squeeze
Imported using git-ubuntu import.
Notes
Notes:
* Switch to gcj-jdk.
* Update Standards-Version: 3.8.4.
* Switch to source format 3.0.
* Improve get-orig-source target.
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/control | 7 | ||||
| -rwxr-xr-x[-rw-r--r--] | debian/orig-tar.sh | 0 | ||||
| -rwxr-xr-x | debian/rules | 2 | ||||
| -rw-r--r-- | debian/source/format | 1 |
5 files changed, 14 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index e550903..624a6b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libibatis-java (2.3.4.726-3) unstable; urgency=low + + * Switch to gcj-jdk. + * Update Standards-Version: 3.8.4. + * Switch to source format 3.0. + * Improve get-orig-source target. + + -- Torsten Werner <twerner@debian.org> Mon, 12 Apr 2010 23:32:54 +0200 + libibatis-java (2.3.4.726-2) unstable; urgency=low * Switch to unversioned cglib, thanks to Damien Raude-Morvan. (Closes: diff --git a/debian/control b/debian/control index 59046da..16c1bf7 100644 --- a/debian/control +++ b/debian/control @@ -3,18 +3,17 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org> Uploaders: Torsten Werner <twerner@debian.org>, Varun Hiremath <varun@debian.org> -Build-Depends: ant, cdbs, debhelper (>= 5), java-gcj-compat-dev, +Build-Depends: ant, cdbs, debhelper (>= 5), gcj-jdk, libcglib-java, libcommons-dbcp-java, libcommons-logging-java, liblog4j1.2-java, liboscache-java -Standards-Version: 3.8.3 +Standards-Version: 3.8.4 Homepage: http://ibatis.apache.org Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libibatis-java/ Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libibatis-java Package: libibatis-java Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, - java-gcj-compat | java1-runtime | java2-runtime +Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: java-virtual-machine Description: iBATIS Data Mapper framework The iBATIS Data Mapper framework makes it easier to use a database with Java diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 4a8bdf7..4a8bdf7 100644..100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh diff --git a/debian/rules b/debian/rules index 9b6ccdf..70da1ae 100755 --- a/debian/rules +++ b/debian/rules @@ -12,4 +12,4 @@ install/libibatis-java:: dh_link -plibibatis-java /usr/share/java/ibatis-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/ibatis.jar get-orig-source: - -uscan --upstream-version 0 --rename + uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) |
