Package: python-scrypt
Version: 0.8.20
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu noble ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  [ Steve Langasek ]
  * d/rules: re-enable build-time tests, which have been made to pass in
    Ubuntu.

  [ James Page ]
  * d/rules: Add some extra cleaning of .so files to dh_auto_clean.
  * d/source/options: Set a sensible exclusion for .egg-info/*
    mutations.


Thanks for considering the patch.


-- System Information:
Debian Release: bookworm/sid
  APT prefers jammy-updates
  APT policy: (500, 'jammy-updates'), (500, 'jammy-security'), (500, 'jammy'), 
(100, 'jammy-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-34-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_DIE, TAINT_WARN, 
TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru python-scrypt-0.8.20/debian/rules python-scrypt-0.8.20/debian/rules
--- python-scrypt-0.8.20/debian/rules   2022-10-16 16:16:02.000000000 -0400
+++ python-scrypt-0.8.20/debian/rules   2023-11-08 09:36:25.000000000 -0500
@@ -9,5 +9,6 @@
 %:
        dh $@ --buildsystem=pybuild
 
-override_dh_auto_test:
-       :  # TODO: skip tests, they were never run before anyway
+override_dh_auto_clean:
+       dh_auto_clean --buildsystem=pybuild
+       rm -f *.so
diff -Nru python-scrypt-0.8.20/debian/source/options 
python-scrypt-0.8.20/debian/source/options
--- python-scrypt-0.8.20/debian/source/options  1969-12-31 18:00:00.000000000 
-0600
+++ python-scrypt-0.8.20/debian/source/options  2023-11-08 09:36:25.000000000 
-0500
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"

Reply via email to