1
0
Fork 0

Compare commits

...

15 commits

Author SHA1 Message Date
52d2599e55
Releasing debian version 0.1.10+dfsg-4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 16:52:26 +02:00
30312b3878
Adding new vcs fields.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 16:51:45 +02:00
f9181dee6d
Releasing debian version 0.1.10+dfsg-3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 16:51:20 +02:00
52a570656f
Updating comment in rules about not running dh_auto_build.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 16:51:16 +02:00
18fa76e004
Trimming debian changelog.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 16:51:15 +02:00
3816ed5284
Removing old vcs fields.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 16:51:14 +02:00
ef583f910a
Updating my email address.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 16:51:12 +02:00
a33d8666eb
Updating watch file to handle dfsg version suffix.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 16:51:10 +02:00
6196c20788
Updating to standards version 4.7.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 16:51:09 +02:00
f3165e132a
Updating year in debian copyright for 2025.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 16:51:08 +02:00
ff3eed36b9
Updating http links to https in copyright.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 16:51:05 +02:00
Helmut Grohne
d03cda2c04
Releasing debian version 0.1.10+dfsg-2.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 16:50:49 +02:00
Helmut Grohne
b764f0814f
Fix FTBFS: Don't run webpack. (Closes: #1005454)
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 16:50:37 +02:00
9191f62c58
Releasing debian version 0.1.10+dfsg-2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 16:49:59 +02:00
9e63bbc9df
Uploading source-only to allow testing migration.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 16:49:29 +02:00
5 changed files with 44 additions and 8 deletions

34
debian/changelog vendored
View file

@ -1,7 +1,39 @@
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
* Initial upload to sid (Closes: #1000249), required for ttyd (#996042).
* Rebuilding upstream tarball without non-free copy of a non-free ZMODEM
protocol specificiation.
-- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 20 Nov 2021 07:06:01 +0100
-- Daniel Baumann <daniel@debian.org> Sat, 20 Nov 2021 07:06:01 +0100

8
debian/control vendored
View file

@ -1,15 +1,15 @@
Source: zmodemjs
Section: web
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
pkg-js-tools,
Rules-Requires-Root: no
Standards-Version: 4.6.0
Standards-Version: 4.7.2
Homepage: https://github.com/FGasper/zmodemjs
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/zmodemjs
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/zmodemjs
Vcs-Browser: https://forgejo.debian.net/ttyd/zmodemjs
Vcs-Git: https://forgejo.debian.net/ttyd/zmodemjs
Package: node-zmodem.js
Section: web

4
debian/copyright vendored
View file

@ -9,7 +9,7 @@ Copyright: 2017-2020 Gasper Software Consulting
License: Apache-2.0
Files: debian/*
Copyright: 2021 Daniel Baumann <daniel.baumann@progress-linux.org>
Copyright: 2021-2025 Daniel Baumann <daniel@debian.org>
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 obtain a copy of the License at
.
http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,

3
debian/rules vendored
View file

@ -3,5 +3,8 @@
%:
dh ${@} --with nodejs
override_dh_auto_build:
# disable webpack bundling
override_dh_auto_test:
# requires node-crc-32 (!= node-crc32)

3
debian/watch vendored
View file

@ -1,3 +1,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