diff options
| author | tony mancill <tmancill@debian.org> | 2021-12-27 11:43:31 -0800 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2021-12-28 04:30:35 +0000 |
| commit | 2b86ba53420e17f50d6a967c92e3b81055898388 (patch) | |
| tree | db6cd864247cc9242c36795b74585590eb838074 | |
| parent | 206f9e5aa63ab73153c1cbd9f5faa47f08ffaf96 (diff) | |
| parent | b58f34d0e04183f17236bc70ec6805cfb9921690 (diff) | |
0.98.4-6 (patches applied)applied/0.98.4-6applied/ubuntu/mantic-develapplied/ubuntu/manticapplied/ubuntu/lunar-develapplied/ubuntu/lunarapplied/ubuntu/kinetic-develapplied/ubuntu/kineticapplied/ubuntu/jammy-proposedapplied/ubuntu/jammy-develapplied/ubuntu/jammyapplied/debian/bookworm
Imported using git-ubuntu import.
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/compat | 2 | ||||
| -rw-r--r-- | debian/control | 6 |
3 files changed, 12 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index babf211..54da75f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libcobra-java (0.98.4-6) unstable; urgency=medium + + * Team upload. + * Update to debhelper compat 9 (Closes: #965630) + * Import upstream branch and create pristine-tar to build with gbp. + + -- tony mancill <tmancill@debian.org> Mon, 27 Dec 2021 11:43:31 -0800 + libcobra-java (0.98.4-5.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. diff --git a/debian/compat b/debian/compat index 7ed6ff8..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +9 diff --git a/debian/control b/debian/control index 73e6024..72606c3 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,12 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org> Uploaders: Varun Hiremath <varun@debian.org>, Torsten Werner <twerner@debian.org> -Build-Depends: cdbs, debhelper (>= 5) +Build-Depends: cdbs, debhelper (>= 9) Build-Depends-Indep: ant, rhino, libxalan2-java, default-jdk Standards-Version: 3.9.4 Homepage: http://lobobrowser.org/cobra.jsp -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcobra-java -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcobra-java +Vcs-Git: https://salsa.debian.org/java-team/libcobra-java.git +Vcs-Browser: https://salsa.debian.org/java-team/libcobra-java Package: libcobra-java Architecture: all |
