mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Address some lintian complaints
This commit is contained in:
parent
758a02d667
commit
281760be71
2 changed files with 10 additions and 4 deletions
8
dist/debian/control
vendored
8
dist/debian/control
vendored
|
@ -6,6 +6,7 @@ Standards-Version: 4.5.1
|
||||||
Homepage: https://thearsse.com/
|
Homepage: https://thearsse.com/
|
||||||
Vcs-Browser: https://code.mensbeam.com/MensBeam/arsse/
|
Vcs-Browser: https://code.mensbeam.com/MensBeam/arsse/
|
||||||
Vcs-Git: https://code.mensbeam.com/MensBeam/arsse/
|
Vcs-Git: https://code.mensbeam.com/MensBeam/arsse/
|
||||||
|
Build-Depends: debhelper, dh-systemd
|
||||||
|
|
||||||
Package: arsse
|
Package: arsse
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -17,16 +18,15 @@ Description: Multi-protocol RSS/Atom newsfeed synchronization server
|
||||||
client protocols such as Tiny Tiny RSS, Nextcloud News and Miniflux,
|
client protocols such as Tiny Tiny RSS, Nextcloud News and Miniflux,
|
||||||
allowing you to use compatible clients for many protocols with a single
|
allowing you to use compatible clients for many protocols with a single
|
||||||
server.
|
server.
|
||||||
Build-Depends: debhelper
|
|
||||||
Depends: ${misc:Depends},
|
Depends: ${misc:Depends},
|
||||||
dbconfig-mysql | dbconfig-pgsql | dbconfig-sqlite3 | dbconfig-no-thanks,
|
dbconfig-sqlite3 | dbconfig-pgsql | dbconfig-no-thanks,
|
||||||
php (>= 7.1.0),
|
php (>= 7.1.0),
|
||||||
php-cli,
|
php-cli,
|
||||||
php-intl,
|
php-intl,
|
||||||
php-json,
|
php-json,
|
||||||
php-xml,
|
php-xml,
|
||||||
php-sqlite3 | php-mysql | php-pgsql
|
php-sqlite3 | php-pgsql
|
||||||
Recommends: apache2 | nginx,
|
Recommends: nginx | apache2,
|
||||||
php-fpm,
|
php-fpm,
|
||||||
php-curl,
|
php-curl,
|
||||||
ca-certificates
|
ca-certificates
|
||||||
|
|
6
dist/debian/lintian-overrides
vendored
Normal file
6
dist/debian/lintian-overrides
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# We make reference to "Tiny Tiny RSS"
|
||||||
|
spelling-error-in-description Tiny Tiny (duplicate word) Tiny
|
||||||
|
# The manual for DrUUID (a dependency includes a harmless "up" link
|
||||||
|
privacy-breach-generic usr/share/arsse/vendor/jkingweb/druuid/documentation/manual.html [<link rel="up" href="http://jkingweb.ca/code/">] (http://jkingweb.ca/code/)
|
||||||
|
# Development environment is slightly out of date
|
||||||
|
source: newer-standards-version 4.5.1 (current is 4.5.0)
|
Loading…
Reference in a new issue