Update Standards-Version to 4.5.0
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 26 Apr 2020 09:44:23 +0000 (12:44 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 26 Apr 2020 09:49:41 +0000 (12:49 +0300)
debian/control
debian/copyright
debian/rules
debian/watch

index daf950f10f5dc8bb9481b3721618e4055ff8ce1a..83c7aa4ecf310eb9db54930fc449e965af98cdd4 100644 (file)
@@ -3,10 +3,11 @@ Section: contrib/sound
 Priority: optional
 Maintainer: Marius Gavrilescu <marius@ieval.ro>
 Build-Depends: debhelper (>= 12), libfdk-aac-dev, pandoc
-Standards-Version: 4.0.1
+Standards-Version: 4.5.0
 Homepage: https://github.com/nu774/fdkaac
 Vcs-Git: https://git.ieval.ro/git/fdkaac.git
 Vcs-Browser: https://git.ieval.ro/?p=fdkaac.git
+Rules-Requires-Root: no
 
 Package: fdkaac
 Architecture: any
index e6a5843936f5e07ede2db890cea3c7d9ce409955..c69a79e4d57b25aec9fab8764a42166eb7631bae 100644 (file)
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: fdkaac
 Upstream-Contact: nu774 <honeycomb77@gmail.com>
 Source: https://github.com/nu774/fdkaac
index 364bc4c811516caa5a7bae8b05dca65b0fffa901..612fe5b741382249c4ada72b0627d2a4968f7a03 100755 (executable)
@@ -4,7 +4,7 @@ DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/default.mk
 
 %:
-       dh $@ --with autoreconf
+       dh $@
 
 override_dh_auto_build:
        pandoc -s -f markdown -t man README >fdkaac.1
index 9583339210b3da30b7f996c4923f8c35e30aabc9..ccdfc9cf52067f62256b1b5e6446e67074d88979 100644 (file)
@@ -1,4 +1,4 @@
 version=3
 
 opts=filenamemangle=s/.+\/v(\d\S*)\.tar\.gz/fdkaac-$1\.tar\.gz/ \
-  https://github.com/nu774/fdkaac/releases .*/v(\d\S*)\.tar\.gz
+  https://github.com/nu774/fdkaac/releases .*/v?(\d\S*)\.tar\.gz
This page took 0.01306 seconds and 4 git commands to generate.