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 | f978d85431c59a126e4940a8e443dd573b4c62b0 (patch) | |
| tree | b2963ef10eb35a99b802e1689825a2eca94fc774 | |
| parent | c8628a141dd6734ea850a4e338068ef24f4b8523 (diff) | |
5.3.20100629+fix-4 (patches unapplied)import/5.3.20100629+fix-4ubuntu/oracular-develubuntu/oracularubuntu/noble-develubuntu/nobleubuntu/mantic-develubuntu/manticubuntu/lunar-develubuntu/lunarubuntu/kinetic-develubuntu/kineticubuntu/jammy-develubuntu/jammyubuntu/impish-develubuntu/impishubuntu/hirsute-develubuntu/hirsuteubuntu/groovy-proposedubuntu/groovy-develubuntu/groovydebian/bullseyedebian/bookworm
Imported using git-ubuntu import.
Notes
Notes:
* 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.
| -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 |
