Your message dated Fri, 01 Nov 2019 05:34:47 +0000
with message-id <[email protected]>
and subject line Bug#942544: fixed in shc 4.0.3-0.1
has caused the Debian Bug report #942544,
regarding shc: diff for NMU version 4.0.3-0.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
942544: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942544
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: shc
Version: 3.9.6-1
Severity: normal
Tags: patch  pending

Dear maintainer,

I've prepared a full NMU for shc (versioned as 4.0.3-0.1) and
uploaded it to DELAYED/15. Please feel free to tell me if I
should drop the new package.

I like shc and the intent is keep it updated. I also updated
Salsa, loading all previous revisions and using debian/master
instead of master, as described in DEP-14.

You will can see the package here[1] and get it via dget here[2].

[1] https://ftp-master.debian.org/deferred.html
[2] https://ftp-master.debian.org/deferred

Best regards,

Eriberto


diff -Nru shc-3.9.6/debian/changelog shc-4.0.3/debian/changelog
--- shc-3.9.6/debian/changelog  2018-07-08 16:11:21.000000000 -0300
+++ shc-4.0.3/debian/changelog  2019-10-17 13:47:33.000000000 -0300
@@ -1,3 +1,35 @@
+shc (4.0.3-0.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * New upstream version 4.0.3
+  * Using new DH level format. Consequently:
+      - debian/compat: removed.
+      - debian/control: changed from 'debhelper' to 'debhelper-compat' in
+        Build-Depends field and bumped level to 12.
+  * debian/control:
+      - Added 'Rules-Requires-Root: no' to debian/control source stanza.
+      - Bumped Standards-Version to 4.4.1.
+      - Updated upstream address in Homepage field.
+      - Updated VCS fields to use Salsa.
+  * debian/copyright:
+      - Added a comment in header to quote the original upstream homepage.
+      - Added rights for all upstreams.
+      - Added Upstream-Contact field.
+      - Fixed rights for packagers.
+  * debian/rules:
+      - Created override_dh_auto_test target to avoid a FTBFS because the
+        upstream test procedure fail.
+      - Enabled DEB_BUILD_MAINT_OPTIONS variable to provide a full hardening to
+        final binary.
+      - Removed all trash.
+  * debian/tests/*: created to provide some trivial CI tests.
+  * debian/upstream/signing-key.asc: removed because the upstream didn't sign
+    the tarballs since 3.9.6 version. Currently, it can result in a rejection
+    when uploading the package.
+  * debian/watch: remade to look at releases instead of tags.
+
+ -- Joao Eriberto Mota Filho <[email protected]>  Thu, 17 Oct 2019 13:47:33 
-0300
+
 shc (3.9.6-1) unstable; urgency=medium
 
   * Fix for infinite loop (Closes: #861180)
diff -Nru shc-3.9.6/debian/compat shc-4.0.3/debian/compat
--- shc-3.9.6/debian/compat     2018-07-08 16:11:21.000000000 -0300
+++ shc-4.0.3/debian/compat     1969-12-31 21:00:00.000000000 -0300
@@ -1 +0,0 @@
-11
diff -Nru shc-3.9.6/debian/control shc-4.0.3/debian/control
--- shc-3.9.6/debian/control    2018-07-08 16:11:21.000000000 -0300
+++ shc-4.0.3/debian/control    2019-10-17 13:47:33.000000000 -0300
@@ -2,11 +2,12 @@
 Section: devel
 Priority: optional
 Maintainer: Tong Sun <[email protected]>
-Build-Depends: debhelper (>= 11)
-Standards-Version: 4.1.5
-Homepage: http://neurobin.github.io/shc
-Vcs-Git: https://github.com/neurobin/shc.git
-Vcs-Browser: https://github.com/neurobin/shc.git
+Build-Depends: debhelper-compat (= 12)
+Standards-Version: 4.4.1
+Rules-Requires-Root: no
+Homepage: https://neurobin.org/projects/softwares/unix/shc/
+Vcs-Browser: https://salsa.debian.org/debian/shc
+Vcs-Git: https://salsa.debian.org/debian/shc.git
 
 Package: shc
 Architecture: any
diff -Nru shc-3.9.6/debian/copyright shc-4.0.3/debian/copyright
--- shc-3.9.6/debian/copyright  2018-07-08 16:11:21.000000000 -0300
+++ shc-4.0.3/debian/copyright  2019-10-17 13:47:33.000000000 -0300
@@ -1,15 +1,19 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: shc
+Upstream-Contact: https://github.com/neurobin/shc/issues
 Source: https://github.com/neurobin/shc
+Comment: The original repository (from initial upstream) is
+         https://www.datsi.fi.upm.es/~frosal/sources/
 
 Files: *
-Copyright: 2017 Md Jahidul Hamid <[email protected]>
+Copyright: 1994-2015 Francisco Javier Rosales García <[email protected]>
+           2015-2019 Md Jahidul Hamid <[email protected]>
+           2018-2019 Intika <[email protected]>
 License: GPL-3+
 
 Files: debian/*
-Copyright:
- Copyright 2018 Tong Sun <[email protected]>
- Copyright 2017 Md Jahidul Hamid <[email protected]>
+Copyright: 2014-2018 Tong Sun <[email protected]>
+           2019      Joao Eriberto Mota Filho <[email protected]>
 License: GPL-3+
 
 License: GPL-3+
diff -Nru shc-3.9.6/debian/rules shc-4.0.3/debian/rules
--- shc-3.9.6/debian/rules      2018-07-08 16:11:21.000000000 -0300
+++ shc-4.0.3/debian/rules      2019-10-17 13:47:33.000000000 -0300
@@ -1,17 +1,9 @@
 #!/usr/bin/make -f
-# See debhelper(7) (uncomment to enable)
-# output every command that modifies files on the build system.
 #export DH_VERBOSE = 1
 
-# see FEATURE AREAS in dpkg-buildflags(1)
-#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-
-# see ENVIRONMENT in dpkg-buildflags(1)
-# package maintainers to append CFLAGS
-#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
-# package maintainers to append LDFLAGS
-#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
        dh $@
+
+override_dh_auto_test:
diff -Nru shc-3.9.6/debian/tests/control shc-4.0.3/debian/tests/control
--- shc-3.9.6/debian/tests/control      1969-12-31 21:00:00.000000000 -0300
+++ shc-4.0.3/debian/tests/control      2019-10-17 13:47:33.000000000 -0300
@@ -0,0 +1,10 @@
+Test-Command: shc -A
+Restrictions: allow-stderr
+
+Test-Command: shc -C
+Restrictions: allow-stderr
+
+Test-Command: shc -h
+Restrictions: allow-stderr
+
+Tests: fire.sh
diff -Nru shc-3.9.6/debian/tests/fire.sh shc-4.0.3/debian/tests/fire.sh
--- shc-3.9.6/debian/tests/fire.sh      1969-12-31 21:00:00.000000000 -0300
+++ shc-4.0.3/debian/tests/fire.sh      2019-10-17 13:47:33.000000000 -0300
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+TDIR=debian/tests
+
+cp $TDIR/script.sh $AUTOPKGTEST_TMP
+cd $AUTOPKGTEST_TMP
+shc -rUf script.sh
+[ -e script.sh ] && ./script.sh.x | grep x5fgtH7 || exit 1
diff -Nru shc-3.9.6/debian/tests/script.sh shc-4.0.3/debian/tests/script.sh
--- shc-3.9.6/debian/tests/script.sh    1969-12-31 21:00:00.000000000 -0300
+++ shc-4.0.3/debian/tests/script.sh    2019-10-17 13:47:33.000000000 -0300
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+echo It is a test x5fgtH7
+exit 0
diff -Nru shc-3.9.6/debian/upstream/signing-key.asc 
shc-4.0.3/debian/upstream/signing-key.asc
--- shc-3.9.6/debian/upstream/signing-key.asc   2018-07-08 16:11:21.000000000 
-0300
+++ shc-4.0.3/debian/upstream/signing-key.asc   1969-12-31 21:00:00.000000000 
-0300
@@ -1,75 +0,0 @@
------BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v1
-
-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
-ejnsJogaer+BgT5A9X05ckS866iHJGQx7gcAEQEAAYkCJQQYAQgADwUCWI0UzwIb
-DAUJawqEgAAKCRCkospba9qocaeDD/9iDgTA56qmeXLCuB1Gadd/qwwt05q72egZ
-F6cwRJX/V/DRCuxzLFuzJ9yjlV+smmqdZj/Hk8vO4zaxzN6mVamyKFJTP4Xdxvor
-ulivQhZxyfJtH/5PGPZQPFkoQcrrcL5ujjYUKViTEdkzJlGDEnm0+eZmS0DmUiw/
-/sQa/wqszvK43zDVaA4jmYJqINy/3Bmts6Tst+PC7EKTur53ZyWMQhTjhc9iNiDY
-vidl9VlsQpV8QPQuI2CmQ+iiuVbOuqAntO2biXD3P79xb4W2mJznO2g0SL/BU0n3
-DVs4IoQaYefKfbe2Yxk3isFo1SUxum7MabUQuYtYSdmvw86kLzo+YIHunW8+8t0w
-dwQ+vePcSbVQpaNfyI376pnd/4doQd5ay4qgvB4HhCFHZM72+PlN10KCjf8Qnn4U
-guIzKN1rU1N9pWc2a2xflxw3FLvz3k3gTcSB5wbHukHp754vBc5JEU4kyTdxBJJF
-+IITS1QZOz32XfdvMTq3ZgK4L1vZl/ji6YyItjmH9CNItwNqOONzQ9GrczJ9sEaX
-ouXGS/hhCrpIbLLlm4eVEyxzui8UwDgrBoplNbWVwD5qbcJwmON7anvMMyxRewhs
-v9SM9XTJ026xP27/GVRsaqOYonFRNapMY0+At2KFYrygAcNcItFI9UIYF+h58O6V
-mupr2aYLJw==
-=v56J
------END PGP PUBLIC KEY BLOCK-----
diff -Nru shc-3.9.6/debian/watch shc-4.0.3/debian/watch
--- shc-3.9.6/debian/watch      2018-07-08 16:11:21.000000000 -0300
+++ shc-4.0.3/debian/watch      2019-10-17 13:47:33.000000000 -0300
@@ -1,6 +1,2 @@
 version=4
-opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/shc-$1.tar.gz/,\
-pgpsigurlmangle=s/archive.*\//releases\/download\//;\
-s/v?(\d\S*)\.tar\.gz/$1\/shc-$1.tar.gz/;\
-s/$/.asc/ \
-  https://github.com/neurobin/shc/tags .*/v?(\d\S*)\.tar\.gz
+https://github.com/neurobin/shc/releases 
.*/archive/(?:shc-|v)?(\d\S+)\.tar\.(?:bz2|gz|xz)

--- End Message ---
--- Begin Message ---
Source: shc
Source-Version: 4.0.3-0.1

We believe that the bug you reported is fixed in the latest version of
shc, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joao Eriberto Mota Filho <[email protected]> (supplier of updated shc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 17 Oct 2019 13:47:33 -0300
Source: shc
Architecture: source
Version: 4.0.3-0.1
Distribution: unstable
Urgency: medium
Maintainer: Tong Sun <[email protected]>
Changed-By: Joao Eriberto Mota Filho <[email protected]>
Closes: 942544
Changes:
 shc (4.0.3-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload. (Closes: #942544)
   * New upstream version 4.0.3
   * Using new DH level format. Consequently:
       - debian/compat: removed.
       - debian/control: changed from 'debhelper' to 'debhelper-compat' in
         Build-Depends field and bumped level to 12.
   * debian/control:
       - Added ash, ksh, rc, tcsh, zsh to Build-Depends field to allow 'make
         test' command work fine.
       - Added 'Rules-Requires-Root: no' to debian/control source stanza.
       - Bumped Standards-Version to 4.4.1.
       - Updated upstream address in Homepage field.
       - Updated VCS fields to use Salsa.
   * debian/copyright:
       - Added a comment in header to quote the original upstream homepage.
       - Added rights for all upstreams.
       - Added Upstream-Contact field.
       - Fixed rights for packagers.
   * debian/rules:
       - Enabled DEB_BUILD_MAINT_OPTIONS variable to provide a full hardening to
         final binary.
       - Removed all trash.
   * debian/patches/010_fix-rc-path.patch: created to fix 'rc' path to allow the
     build system run tests.
   * debian/salsa-ci.yml: created to provide CI tests via Salsa.
   * debian/tests/*: created to provide some trivial CI tests.
   * debian/upstream/signing-key.asc: removed because the upstream didn't sign
     the tarballs since 3.9.6 version. Currently, it can result in a rejection
     when uploading the package.
   * debian/watch: remade to look at releases instead of tags.
Checksums-Sha1:
 d4c3a14eab1efc7f720ebe6a24bbecdb73e17f03 1903 shc_4.0.3-0.1.dsc
 53e97efe71961e19bf7dbaaf5ee8b393beef5802 124246 shc_4.0.3.orig.tar.gz
 b8ca0656bf9baab4d2daad3cc5c87ac8e1c698bd 3272 shc_4.0.3-0.1.debian.tar.xz
 71e523c944d25812457336e31b2db492a0e5af8e 5394 shc_4.0.3-0.1_source.buildinfo
Checksums-Sha256:
 46afa9820f7cabf5312daa1a565eeec6bec017e3120594f17bab1c614730e19f 1903 
shc_4.0.3-0.1.dsc
 7d7fa6a9f5f53d607ab851d739ae3d3b99ca86e2cb1425a6cab9299f673aee16 124246 
shc_4.0.3.orig.tar.gz
 ca7eaf4e6c6d0766cf3aed73a0c5ed52d53dd90665ebac52c8ac041496b2cc23 3272 
shc_4.0.3-0.1.debian.tar.xz
 6861484fc0cfef45f67a1e18172bede47c61ca7069d9c47b9a2ee05d2d0aa125 5394 
shc_4.0.3-0.1_source.buildinfo
Files:
 aae1e6c695238958b6337e7e7b3b7fca 1903 devel optional shc_4.0.3-0.1.dsc
 c3f7aef42f12bccd0a54db92e3946f4e 124246 devel optional shc_4.0.3.orig.tar.gz
 060e15e2e6ece440d95b8c98dee5a6e1 3272 devel optional 
shc_4.0.3-0.1.debian.tar.xz
 53dc0e77d1b99f72bc1e2ef05cc68807 5394 devel optional 
shc_4.0.3-0.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEENX3LDuyVoBrrofDS3mO5xwTr6e8FAl2r3+0ACgkQ3mO5xwTr
6e8mrg//fu7abdSP5DayRGe9MyAFWh+mCNt3rZVtDqZZIw1UAEY4UHFGo1mL9YgR
Zf9cEVXPHahNuJqTmnp70IXhlgY3dhWYNNIrym8n9oh2pZIBP8gR50WY6PKFr2gH
mvrCGUmoa0X1NfqjG4Pul7FUEpjvQatH+rBdeRdaVv+wbVShfkZjp5meGF4WWc//
WUKETHyYf6rzSP8s4fZ6xIWFbckH+7gN/tX7nrRG2kjU3amx5AbFFVPQulf63LLo
5Xm0YdMClxF7BtMVCNm5jpEcSjfBs+jwj8ytbEBUaOzNt+yg2OZaas7HLeleHeeV
oFdrUeG+46c1SdDCvWJDSKr3cd6/yOLb3SkwmWWrt6IbX9bmb3O4R+WW6CDKYNs2
lzuNri511FanXo2zkc6yjB1q4cmmDLpmzsQ16uWgjk6TabA5amT+iZJ6Wm9UsiCH
/nHI5P5fYlUm62/FBp8qtNee/k/UMHVhHnNHO0W5WXOVjJQJdaSk41tZ11+ahu7H
fZEUOFGCjwMCvLZ3z/JxHVtBuMMpwz/yp2tPAl19H6b3kIuvb4HSPnRWMkQ22uVX
Sv+1mN9D//wrVhss+RbhjWtLt/m9MNx5SGq/uGTNOXmFUkQJmF5fWF0QRahzxnFm
Wi/1hmixiEmldmjk72Grf05jgoTGIHls52wNRSHZCbwEVwTq0P4=
=SHL5
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to