diff --git a/distribution/debian/flood/changelog b/distribution/debian/flood/changelog index e69de29b..37634a5a 100644 --- a/distribution/debian/flood/changelog +++ b/distribution/debian/flood/changelog @@ -0,0 +1,5 @@ +flood (4.3.1-1) unstable; urgency=low + + * Initial release + + -- Jesse Chan Sun, 31 Jan 2021 10:00:00 +0000 diff --git a/distribution/debian/flood/control b/distribution/debian/flood/control index 7ee16dbb..0cf197dd 100644 --- a/distribution/debian/flood/control +++ b/distribution/debian/flood/control @@ -1,21 +1,23 @@ Source: flood -Maintainer: Jesse Chan -Uploaders: Jesse Chan Section: javascript Priority: optional +Maintainer: Debian Javascript Maintainers +Uploaders: Jesse Chan Testsuite: autopkgtest-pkg-nodejs -Build-Depends: debhelper-compat (= 12), - pkg-js-tools (>= 0.9.20~) -Standards-Version: 4.5.0 -Vcs-Browser: https://github.com/jesec/flood -Vcs-Git: https://github.com/jesec/flood.git -Homepage: https://github.com/jesec/flood -Rules-Requires-Root: no +Build-Depends: + debhelper-compat (= 11) + , nodejs (>= 10) + , pkg-js-tools (>= 0.8.10) +Standards-Version: 4.5.1 +Homepage: https://github.com/jesec/flood#readme +Vcs-Git: https://salsa.debian.org/js-team/flood.git +Vcs-Browser: https://salsa.debian.org/js-team/flood Package: flood Architecture: all -Depends: ${misc:Depends}, - nodejs +Depends: + ${misc:Depends} + , nodejs (>= 10) Recommends: mediainfo Description: modern web user interface for various torrent clients Flood is a modern web user interface for various torrent clients diff --git a/distribution/debian/flood/copyright b/distribution/debian/flood/copyright index a0c4c0c0..0fdb6496 100644 --- a/distribution/debian/flood/copyright +++ b/distribution/debian/flood/copyright @@ -7,11 +7,6 @@ Files: * Copyright: 2015-2021 Contributors to the Flood project License: GPL-3.0-only -Files: distribution/debian/flood/* -Copyright: 2016 Tim Potter - 2021 Contributors to the Flood project -License: Expat - License: GPL-3.0-only This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -27,24 +22,3 @@ License: GPL-3.0-only . On Debian systems, the complete text of the GNU General Public License version 3 license can be found in "/usr/share/common-licenses/GPL-3". - -License: Expat - Permission is hereby granted, free of charge, to any person - obtaining a copy of this software and associated documentation files - (the "Software"), to deal in the Software without restriction, - including without limitation the rights to use, copy, modify, merge, - publish, distribute, sublicense, and/or sell copies of the Software, - and to permit persons to whom the Software is furnished to do so, - subject to the following conditions: - . - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS - BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN - ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE. diff --git a/distribution/debian/flood/links b/distribution/debian/flood/links new file mode 100644 index 00000000..8c3f1b7d --- /dev/null +++ b/distribution/debian/flood/links @@ -0,0 +1 @@ +usr/lib/nodejs/flood/dist/index.js usr/bin/flood diff --git a/distribution/debian/flood/nodejs/files b/distribution/debian/flood/nodejs/files deleted file mode 100644 index 57b480f4..00000000 --- a/distribution/debian/flood/nodejs/files +++ /dev/null @@ -1,2 +0,0 @@ -bin -lib diff --git a/distribution/debian/flood/nodejs/links b/distribution/debian/flood/nodejs/links deleted file mode 100644 index b09d45d5..00000000 --- a/distribution/debian/flood/nodejs/links +++ /dev/null @@ -1 +0,0 @@ -flood/bin/flood /usr/bin/flood diff --git a/distribution/debian/flood/watch b/distribution/debian/flood/watch index 1d0f44e9..6092f731 100644 --- a/distribution/debian/flood/watch +++ b/distribution/debian/flood/watch @@ -1,5 +1,4 @@ -version=3 -opts=\ -dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\ -filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/flood-$1.tar.gz/ \ - https://github.com/jesec/flood/tags .*/archive/v?([\d\.]+).tar.gz +version=4 +opts="searchmode=plain,pgpmode=none" \ + https://registry.npmjs.org/flood \ + https://registry.npmjs.org/flood/-/flood-(\d[\d\.]*)@ARCHIVE_EXT@