diff options
| author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | 2020-08-07 13:49:51 +0100 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2020-08-07 16:34:03 +0000 |
| commit | 122269ed9b4fb471799aa207cf812ad5ff91b9e4 (patch) | |
| tree | c8653e0fce61a285f8f6b8a885faa6d01b9428a5 | |
| parent | be1bc3f6b4af78475aae5fb53145031da2e8dbd7 (diff) | |
| parent | 425d5d734185943165038c7dd932c93a00e48d99 (diff) | |
5.3.20100629+fix-4 (patches applied)applied/5.3.20100629+fix-4applied/ubuntu/oracular-develapplied/ubuntu/oracularapplied/ubuntu/noble-develapplied/ubuntu/nobleapplied/ubuntu/mantic-develapplied/ubuntu/manticapplied/ubuntu/lunar-develapplied/ubuntu/lunarapplied/ubuntu/kinetic-develapplied/ubuntu/kineticapplied/ubuntu/jammy-develapplied/ubuntu/jammyapplied/ubuntu/impish-develapplied/ubuntu/impishapplied/ubuntu/hirsute-develapplied/ubuntu/hirsuteapplied/ubuntu/groovy-proposedapplied/ubuntu/groovy-develapplied/ubuntu/groovyapplied/debian/bullseyeapplied/debian/bookworm
Imported using git-ubuntu import.
| -rw-r--r-- | debian/changelog | 18 | ||||
| -rw-r--r-- | debian/compat | 1 | ||||
| -rw-r--r-- | debian/control | 10 | ||||
| -rwxr-xr-x | debian/rules | 3 | ||||
| -rw-r--r-- | debian/watch | 2 |
5 files changed, 24 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog index e8009bc..0214a2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +libisnativec-java (5.3.20100629+fix-4) unstable; urgency=medium + + * Team upload. + + [ Debian Janitor ] + * Use secure URI in debian/watch. + * Bump debhelper from old 11 to 12. + * Set debhelper-compat version in Build-Depends. + * Change priority extra to priority optional. + * Update Vcs-* headers to use salsa repository. + * Remove unnecessary get-orig-source-target. + + [ Sudip Mukherjee ] + * Update Standards-Version to 4.5.0 + * Update compat level to 13. + + -- Sudip Mukherjee <sudipm.mukherjee@gmail.com> Fri, 07 Aug 2020 13:49:51 +0100 + libisnativec-java (5.3.20100629+fix-3) unstable; urgency=medium * Team upload. diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de394..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control index a002186..85e8a1e 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,16 @@ Source: libisnativec-java Section: java -Priority: extra +Priority: optional Maintainer: Steffen Moeller <moeller@debian.org> Build-Depends: - debhelper (>= 11), + debhelper-compat (= 13), default-jdk, javahelper (>= 0.37), libisrt-java, libjna-java -Standards-Version: 4.1.3 -Vcs-Git: git://anonscm.debian.org/pkg-java/libisnativec-java.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libisnativec-java.git +Standards-Version: 4.5.0 +Vcs-Git: https://salsa.debian.org/moeller/libisnativec-java.git +Vcs-Browser: https://salsa.debian.org/moeller/libisnativec-java Homepage: http://opensource.intarsys.de/home/en/index.php?n=IsNativeC.HomePage Package: libisnativec-java diff --git a/debian/rules b/debian/rules index 52e6659..44efe14 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,3 @@ export CLASSPATH := /usr/share/java/jna.jar:/usr/share/java/isrt.jar %: dh $@ --with javahelper - -get-orig-source: - uscan --force-download diff --git a/debian/watch b/debian/watch index 3a08b48..0446620 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -http://sf.net/jpodrenderer/isNative\.(.*)\.zip debian debian/orig-tar.sh +https://sf.net/jpodrenderer/isNative\.(.*)\.zip debian debian/orig-tar.sh |
