[Python-modules-commits] [cysignals] 02/02: Correct Origin field in patch files

Jerome Benoit calculus-guest at moszumanska.debian.org
Sat Oct 8 02:28:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

calculus-guest pushed a commit to branch master
in repository cysignals.

commit 4039c05e05e97404b54ff5bf6da74241363d4278
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Sat Oct 8 03:27:42 2016 +0100

    Correct Origin field in patch files
---
 debian/changelog                                                   | 7 +++++--
 debian/patches/debianization.patch                                 | 2 +-
 debian/patches/upstream-autotoolization-harden-generic.patch       | 2 +-
 debian/patches/upstream-autotoolization-harden-pari_gp.patch       | 2 +-
 ...ream-autotoolization_pytoolization-harden-build_directory.patch | 2 +-
 debian/patches/upstream-lintian-spelling-error-silence.patch       | 2 +-
 .../patches/upstream-source-tools-gdb-handling_enhancement.patch   | 2 +-
 7 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a303c1e..fd75d39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,9 +7,12 @@ cysignals (1.1.1+ds-2) unstable; urgency=medium
       - d/p/upstream-documentation-make-user_friendly_check-soften.patch,
         introduce and submitted (hidden bug);
     - debian/control, move help2man from Build-Depends-Indep to Build-Depends
-      (hidden bug).
+      (hidden bug);
+  * Debianization:
+    - debian/patches/*.patch:
+      - Origin field, correct.
 
- -- Jerome Benoit <calculus at rezozer.net>  Sat, 08 Oct 2016 02:23:57 +0000
+ -- Jerome Benoit <calculus at rezozer.net>  Sat, 08 Oct 2016 02:26:19 +0000
 
 cysignals (1.1.1+ds-1) unstable; urgency=medium
 
diff --git a/debian/patches/debianization.patch b/debian/patches/debianization.patch
index 54ec571..50172b7 100644
--- a/debian/patches/debianization.patch
+++ b/debian/patches/debianization.patch
@@ -1,7 +1,7 @@
 Description: debianization
  Meant to maintain a minimal debian/rules, to fix warnings, to address
  Debian specific stuff in general. This is a Debian centric patch.
-Origin: debian
+Origin: vendor, Debian
 Forwarded: not-needed
 Author: Jerome Benoit <calculus at rezozer.net>
 Last-Update: 2015-09-14
diff --git a/debian/patches/upstream-autotoolization-harden-generic.patch b/debian/patches/upstream-autotoolization-harden-generic.patch
index 8672c31..9a2ccd1 100644
--- a/debian/patches/upstream-autotoolization-harden-generic.patch
+++ b/debian/patches/upstream-autotoolization-harden-generic.patch
@@ -3,7 +3,7 @@ Description: autotoolization: harden: generic
  AC_CONFIG_SRCDIR a more specific source; along the way, support for
  the custom m4 folder is added. Meant to be submitted to the upstream
  maintainer team.
-Origin: debian
+Origin: vendor, Debian
 Forwarded: https://github.com/sagemath/cysignals/pull/38
 Author: Jerome Benoit <calculus at rezozer.net>
 Last-Update: 2016-09-14
diff --git a/debian/patches/upstream-autotoolization-harden-pari_gp.patch b/debian/patches/upstream-autotoolization-harden-pari_gp.patch
index 78d3fb7..a707e25 100644
--- a/debian/patches/upstream-autotoolization-harden-pari_gp.patch
+++ b/debian/patches/upstream-autotoolization-harden-pari_gp.patch
@@ -5,7 +5,7 @@ Description: autotoolization: harden: PARI/GP
  merged with `extra_link_args'; the dummy C macro literally named `dummy'
  is renamed `CYSIGNALS_DUMMY' to avoid possible name collision. Meant to
  be submitted to the upstream maintainer team.
-Origin: debian
+Origin: vendor, Debian
 Forwarded: https://github.com/sagemath/cysignals/pull/38
 Author: Jerome Benoit <calculus at rezozer.net>
 Last-Update: 2016-09-14
diff --git a/debian/patches/upstream-autotoolization_pytoolization-harden-build_directory.patch b/debian/patches/upstream-autotoolization_pytoolization-harden-build_directory.patch
index 5d8877d..b2b4691 100644
--- a/debian/patches/upstream-autotoolization_pytoolization-harden-build_directory.patch
+++ b/debian/patches/upstream-autotoolization_pytoolization-harden-build_directory.patch
@@ -5,7 +5,7 @@ Description: autotoolization/pytoolization: harden: build directory
  possibily to pass arguments to `configure' through a dedicated
  environment variable, named `PYSETUP_CONFIGURE_FLAGS'. Meant to be
  submitted to the upstream maintainer team.
-Origin: debian
+Origin: vendor, Debian
 Forwarded: https://github.com/sagemath/cysignals/pull/38
 Author: Jerome Benoit <calculus at rezozer.net>
 Last-Update: 2016-09-14
diff --git a/debian/patches/upstream-lintian-spelling-error-silence.patch b/debian/patches/upstream-lintian-spelling-error-silence.patch
index 98e1929..b0c54a6 100644
--- a/debian/patches/upstream-lintian-spelling-error-silence.patch
+++ b/debian/patches/upstream-lintian-spelling-error-silence.patch
@@ -2,7 +2,7 @@ Description: source typo
  Correct spelling error as reported by lintian in some binraries;
  meant to silence lintian and eventually to be submitted to the
  upstream maintainer.
-Origin: debian
+Origin: vendor, Debian
 Forwarded: https://github.com/sagemath/cysignals/pull/37
 Comment: spelling-error-in-binary
 Author: Jerome Benoit <calculus at rezozer.net>
diff --git a/debian/patches/upstream-source-tools-gdb-handling_enhancement.patch b/debian/patches/upstream-source-tools-gdb-handling_enhancement.patch
index 3029919..8d7e55d 100644
--- a/debian/patches/upstream-source-tools-gdb-handling_enhancement.patch
+++ b/debian/patches/upstream-source-tools-gdb-handling_enhancement.patch
@@ -3,7 +3,7 @@ Description: enhance helper handling in cysignals-CSI
  /usr/bin directory, given that installing non executable files in
  this directory is highly not recommended; meant to be submitted to
  the upstream maintainer.
-Origin: debian
+Origin: vendor, Debian
 Forwarded: https://github.com/sagemath/cysignals/pull/39
 Author: Jerome Benoit <calculus at rezozer.net>
 Last-Update: 2016-09-12

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/cysignals.git



More information about the Python-modules-commits mailing list