3 Commits

Author SHA1 Message Date
Boyuan Yang
922b06bf8d Prepare new upload. 2021-08-22 01:29:46 -04:00
Boyuan Yang
b235b51c36 Bump Standards-Version to 4.6.0. 2021-08-22 01:14:55 -04:00
Boyuan Yang
3e46c56693 Alien/Package/Deb.pm: Do not fail when dh_usrlocal complains
When dh_usrlocal returns nonzero, continue and print a warning
information. This allows the generated deb package to install
files under /usr/local/.
2021-08-22 01:13:25 -04:00
3 changed files with 13 additions and 1 deletions

View File

@@ -496,6 +496,9 @@ override_dh_strip:
# This has been known to break on some wacky binaries. # This has been known to break on some wacky binaries.
# dh_strip # dh_strip
override_dh_usrlocal:
-dh_usrlocal || printf "Your package seems to be installing files into /usr/local/, which could be buggy. Will continue anyway.\\n"
override_dh_fixperms: override_dh_fixperms:
$fixpermscomment dh_fixperms $fixpermscomment dh_fixperms

9
debian/changelog vendored
View File

@@ -1,3 +1,12 @@
alien (8.95.5) unstable; urgency=medium
* QA upload.
* Alien/Package/Deb.pm: Do not fail when dh_usrlocal returns
with nonzero value. A warning (shown in --veryverbose)
is generated instead. (Closes: #992188)
-- Boyuan Yang <byang@debian.org> Sun, 22 Aug 2021 01:14:58 -0400
alien (8.95.4) unstable; urgency=high alien (8.95.4) unstable; urgency=high
* QA upload. * QA upload.

2
debian/control vendored
View File

@@ -3,7 +3,7 @@ Section: admin
Priority: optional Priority: optional
Build-Depends: debhelper-compat (= 13) Build-Depends: debhelper-compat (= 13)
Maintainer: Debian QA Group <packages@qa.debian.org> Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.5.0 Standards-Version: 4.6.0
Rules-Requires-Root: no Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/alien.git Vcs-Git: https://salsa.debian.org/debian/alien.git
Vcs-Browser: https://salsa.debian.org/debian/alien Vcs-Browser: https://salsa.debian.org/debian/alien