Hi!
Here's the debdiff for Mateusz's NMU I'm about to upload.

As it's a RC fixup to a prior NMU, I'm uploading directly, without the usual
waiting period.

On the other hand, I believe the real bug is in yama not reptyr...


Meow!
-- 
⢀⣴⠾⠻⢶⣦⠀ The bill with 3 years prison for mentioning Polish concentration
⣾⠁⢰⠒⠀⣿⡁ camps is back.  What about KL Warschau (operating until 1956)?
⢿⡄⠘⠷⠚⠋⠀ Zgoda?  Łambinowice?  Most ex-German KLs?  If those were "soviet
⠈⠳⣄⠀⠀⠀⠀ puppets", Bereza Kartuska?  Sikorski's camps in UK (thanks Brits!)?
diff -Nru reptyr-0.6.2/debian/changelog reptyr-0.6.2/debian/changelog
--- reptyr-0.6.2/debian/changelog       2018-01-27 18:37:40.000000000 +0100
+++ reptyr-0.6.2/debian/changelog       2018-02-07 12:50:10.000000000 +0100
@@ -1,3 +1,10 @@
+reptyr (0.6.2-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Disable tests for while - fix FTBFS. (Closes: #889702)
+
+ -- Mateusz Łukasik <mat...@linuxmint.pl>  Wed, 07 Feb 2018 12:50:10 +0100
+
 reptyr (0.6.2-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru reptyr-0.6.2/debian/rules reptyr-0.6.2/debian/rules
--- reptyr-0.6.2/debian/rules   2018-01-19 22:34:52.000000000 +0100
+++ reptyr-0.6.2/debian/rules   2018-02-05 19:59:03.000000000 +0100
@@ -14,12 +14,4 @@
 # reptyr's test suite relies on being able to ptrace non-child
 # processes, which isn't allowed under yama's defaults on Ubuntu
 override_dh_auto_test:
-       if ! [ -f /dev/tty0 ]; \
-       then echo disable tests; \
-       else dh_auto_test; \
-       fi
-
-       if ! [ -f /proc/sys/kernel/yama/ptrace_scope ] || \
-         [ "$$(cat /proc/sys/kernel/yama/ptrace_scope)" = 0 ]; then \
-         dh_auto_test; \
-       fi \
+       #disable

Reply via email to