tags 829721 + pending patch
tags 977280 + pending patch
thanks
I've just uploaded remote-tty 4.0-13.1 to DELAYED/10:
remote-tty (4.0-13.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Apply a patch by Vagrant Cascadian to make the build reproducible.
(Closes: #829721)
* Apply a patch by Helmut Grohne to correctly pass cross-building to
upstream's build system. (Closes: #977280)
The full debdiff is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diffstat for remote-tty_4.0-13 remote-tty_4.0-13.1
changelog | 10 ++++++++++
rules | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
diff -u remote-tty-4.0/debian/changelog remote-tty-4.0/debian/changelog
--- remote-tty-4.0/debian/changelog
+++ remote-tty-4.0/debian/changelog
@@ -1,3 +1,13 @@
+remote-tty (4.0-13.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Apply a patch by Vagrant Cascadian to make the build reproducible.
+ (Closes: #829721)
+ * Apply a patch by Helmut Grohne to correctly pass cross-building to
+ upstream's build system. (Closes: #977280)
+
+ -- Chris Lamb <[email protected]> Thu, 06 Oct 2022 10:19:32 -0700
+
remote-tty (4.0-13) unstable; urgency=low
* Fold in Ubuntu changes for tmpfs /var/run (closes: #587107)
diff -u remote-tty-4.0/debian/rules remote-tty-4.0/debian/rules
--- remote-tty-4.0/debian/rules
+++ remote-tty-4.0/debian/rules
@@ -17,7 +17,7 @@
build-indep: build-stamp
build-stamp:
dh_testdir
- $(MAKE)
+ dh_auto_build
touch build-stamp
clean: