Compare commits
No commits in common. "52d2599e558463c11e6b06312980b33a93cdf6ad" and "eb18e4de88761cc36a5c0cf8167622e357dfdc52" have entirely different histories.
52d2599e55
...
eb18e4de88
5 changed files with 8 additions and 44 deletions
34
debian/changelog
vendored
34
debian/changelog
vendored
|
@ -1,39 +1,7 @@
|
||||||
zmodemjs (0.1.10+dfsg-4) sid; urgency=medium
|
|
||||||
|
|
||||||
* Adding new vcs fields.
|
|
||||||
|
|
||||||
-- Daniel Baumann <daniel@debian.org> Tue, 22 Apr 2025 16:52:23 +0200
|
|
||||||
|
|
||||||
zmodemjs (0.1.10+dfsg-3) sid; urgency=medium
|
|
||||||
|
|
||||||
* Updating http links to https in copyright.
|
|
||||||
* Updating year in debian copyright for 2025.
|
|
||||||
* Updating to standards version 4.7.2.
|
|
||||||
* Updating watch file to handle dfsg version suffix.
|
|
||||||
* Updating my email address.
|
|
||||||
* Removing old vcs fields.
|
|
||||||
* Trimming debian changelog.
|
|
||||||
* Updating comment in rules about not running dh_auto_build.
|
|
||||||
|
|
||||||
-- Daniel Baumann <daniel@debian.org> Tue, 22 Apr 2025 05:42:21 +0200
|
|
||||||
|
|
||||||
zmodemjs (0.1.10+dfsg-2.1) sid; urgency=medium
|
|
||||||
|
|
||||||
* Non-maintainer upload.
|
|
||||||
* Fix FTBFS: Don't run webpack. (Closes: #1005454)
|
|
||||||
|
|
||||||
-- Helmut Grohne <helmut@subdivi.de> Fri, 01 Nov 2024 10:25:08 +0100
|
|
||||||
|
|
||||||
zmodemjs (0.1.10+dfsg-2) sid; urgency=medium
|
|
||||||
|
|
||||||
* Uploading source-only to allow testing migration.
|
|
||||||
|
|
||||||
-- Daniel Baumann <daniel@debian.org> Wed, 29 Dec 2021 18:32:41 +0100
|
|
||||||
|
|
||||||
zmodemjs (0.1.10+dfsg-1) sid; urgency=low
|
zmodemjs (0.1.10+dfsg-1) sid; urgency=low
|
||||||
|
|
||||||
* Initial upload to sid (Closes: #1000249), required for ttyd (#996042).
|
* Initial upload to sid (Closes: #1000249), required for ttyd (#996042).
|
||||||
* Rebuilding upstream tarball without non-free copy of a non-free ZMODEM
|
* Rebuilding upstream tarball without non-free copy of a non-free ZMODEM
|
||||||
protocol specificiation.
|
protocol specificiation.
|
||||||
|
|
||||||
-- Daniel Baumann <daniel@debian.org> Sat, 20 Nov 2021 07:06:01 +0100
|
-- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 20 Nov 2021 07:06:01 +0100
|
||||||
|
|
8
debian/control
vendored
8
debian/control
vendored
|
@ -1,15 +1,15 @@
|
||||||
Source: zmodemjs
|
Source: zmodemjs
|
||||||
Section: web
|
Section: web
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Daniel Baumann <daniel@debian.org>
|
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
pkg-js-tools,
|
pkg-js-tools,
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
Standards-Version: 4.7.2
|
Standards-Version: 4.6.0
|
||||||
Homepage: https://github.com/FGasper/zmodemjs
|
Homepage: https://github.com/FGasper/zmodemjs
|
||||||
Vcs-Browser: https://forgejo.debian.net/ttyd/zmodemjs
|
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/zmodemjs
|
||||||
Vcs-Git: https://forgejo.debian.net/ttyd/zmodemjs
|
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/zmodemjs
|
||||||
|
|
||||||
Package: node-zmodem.js
|
Package: node-zmodem.js
|
||||||
Section: web
|
Section: web
|
||||||
|
|
4
debian/copyright
vendored
4
debian/copyright
vendored
|
@ -9,7 +9,7 @@ Copyright: 2017-2020 Gasper Software Consulting
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2021-2025 Daniel Baumann <daniel@debian.org>
|
Copyright: 2021 Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -17,7 +17,7 @@ License: Apache-2.0
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
.
|
.
|
||||||
https://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
.
|
.
|
||||||
Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -3,8 +3,5 @@
|
||||||
%:
|
%:
|
||||||
dh ${@} --with nodejs
|
dh ${@} --with nodejs
|
||||||
|
|
||||||
override_dh_auto_build:
|
|
||||||
# disable webpack bundling
|
|
||||||
|
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
# requires node-crc-32 (!= node-crc32)
|
# requires node-crc-32 (!= node-crc32)
|
||||||
|
|
3
debian/watch
vendored
3
debian/watch
vendored
|
@ -1,4 +1,3 @@
|
||||||
version=4
|
version=4
|
||||||
opts="filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/zmodemjs-$1\.tar\.gz/ \
|
opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/zmodemjs-$1\.tar\.gz/ \
|
||||||
dversionmangle=s/\+dfsg//" \
|
|
||||||
https://github.com/FGasper/zmodemjs/tags .*/v?(\d\S+)\.tar\.gz
|
https://github.com/FGasper/zmodemjs/tags .*/v?(\d\S+)\.tar\.gz
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue