Browse Source

Packaging cleanup

* Declare compliance with policy 4.6.2
* Update watch file
* Refine not-installed file
Christoph Biedl 7 months ago
parent
commit
35557b5958
3 changed files with 5 additions and 4 deletions
  1. 1 1
      debian/control
  2. 1 1
      debian/not-installed
  3. 3 2
      debian/watch

+ 1 - 1
debian/control

@@ -1,7 +1,7 @@
 Source: jose
 Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
 Homepage: https://github.com/latchset/jose
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Vcs-Browser: https://git.in-ulm.de/cbiedl/jose
 Vcs-Git: https://git.in-ulm.de/cbiedl/jose.git
 Build-Depends: debhelper-compat (= 13),

+ 1 - 1
debian/not-installed

@@ -1,3 +1,3 @@
 
-usr/lib/*/*.la
+usr/lib/${DEB_HOST_MULTIARCH}/*.la
 usr/share/licenses/jose/COPYING

+ 3 - 2
debian/watch

@@ -1,4 +1,5 @@
 
 version=4
-https://github.com/latchset/jose/releases \
-    /latchset/jose/releases/download/v[0-9]+/jose-([0-9][.0-9]*)@ARCHIVE_EXT@
+opts="searchmode=plain" \
+https://api.github.com/repos/latchset/@PACKAGE@/releases \
+    /latchset/@PACKAGE@/releases/download/v[0-9]+/@PACKAGE@-([0-9][.0-9]*)@ARCHIVE_EXT@