[librdf-helper-perl] 08/10: Relabel patch as 1001, drop parts applied upstream, and add debian/patches/README documenting patch numbering micro policy.

Jonas Smedegaard js at moszumanska.debian.org
Mon Jan 27 18:58:26 UTC 2014


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

js pushed a commit to branch master
in repository librdf-helper-perl.

commit 49d11ff6a2dcf38cfc2ce8a4bfe92ead082b7273
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jan 27 18:16:52 2014 +0100

    Relabel patch as 1001, drop parts applied upstream, and add debian/patches/README documenting patch numbering micro policy.
---
 .../patches/{qw-list.patch => 1001_qw-list.patch}  | 29 ----------------------
 debian/patches/README                              |  3 +++
 debian/patches/series                              |  2 +-
 3 files changed, 4 insertions(+), 30 deletions(-)

diff --git a/debian/patches/qw-list.patch b/debian/patches/1001_qw-list.patch
similarity index 56%
rename from debian/patches/qw-list.patch
rename to debian/patches/1001_qw-list.patch
index 6bd5662..4a9aa87 100644
--- a/debian/patches/qw-list.patch
+++ b/debian/patches/1001_qw-list.patch
@@ -7,35 +7,6 @@ Author: unixprog [...] gmail.com
 Reviewed-by: gregor herrmann <gregoa at debian.org>
 Last-Update: 2013-06-05
 
---- a/lib/RDF/Helper/RDFTrine.pm
-+++ b/lib/RDF/Helper/RDFTrine.pm
-@@ -122,7 +122,7 @@
-     my $statement = shift;
- 
-     my @nodes = ();
--    foreach my $type qw( subject predicate object ) {
-+    foreach my $type (qw( subject predicate object )) {
-         push @nodes, $self->helper2native( $statement->$type );
-     }
-     $self->model->add_statement( RDF::Trine::Statement->new(@nodes) );
-@@ -136,7 +136,7 @@
-     my $e = $self->get_enumerator(@_);
-     while ( my $s = $e->next ) {
-         my @nodes = ();
--        foreach my $type qw( subject predicate object ) {
-+        foreach my $type (qw( subject predicate object )) {
-             push @nodes, $self->helper2native( $s->$type );
-         }
- 
-@@ -284,7 +284,7 @@
- 
-     my $s     = undef;
-     my @nodes = ();
--    foreach my $type qw( subject predicate object ) {
-+    foreach my $type (qw( subject predicate object )) {
-         push @nodes, process_node( $in->$type );
-     }
-     return RDF::Helper::Statement->new(@nodes);
 --- a/lib/RDF/Helper/RDFRedland.pm
 +++ b/lib/RDF/Helper/RDFRedland.pm
 @@ -130,7 +130,7 @@
diff --git a/debian/patches/README b/debian/patches/README
new file mode 100644
index 0000000..80c1584
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
index c419c74..c55d680 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-qw-list.patch
+1001_qw-list.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-helper-perl.git



More information about the Pkg-perl-cvs-commits mailing list