[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Cherry-pick debbug commits from my branch(?)



Hi again,

On Mi 12 Sep 2012 09:21:12 CEST Mike Gabriel wrote:

Hi Don,

On Mo 10 Sep 2012 19:09:23 CEST Don Armstrong wrote:

On Mon, 10 Sep 2012, Mike Gabriel wrote:
What will be best practice here? One Debian BTS issue per Git
commit? Or you check my commits and cherry pick?

Please just send patches to this mailing list using git format-patch.

Attached you find a series of patches. I use dch+debcommit for /debian/changelog maintenance, so all patches have an entry in /debian/changelog of the debbugs package. The last patch does some cleaning up of entries I made in /debian/changelog. Hope, this is ok.

I also realized further issues (e.g. debbugs user needed for postfix, a special transport map file needed when postfix is used as MTA, etc.). So there will be more patches coming, I guess.

Greets,
Mike

attached is a fix-up commit for 319f07201 (patch 0006).

Mike



--

DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
>From d11ffb74ddaf866d970739f7a36fd04386aee2cd Mon Sep 17 00:00:00 2001
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Wed, 12 Sep 2012 13:41:50 +0200
Subject: [PATCH] fix-up commit for 319f07201

---
 cgi/pkgindex.cgi |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cgi/pkgindex.cgi b/cgi/pkgindex.cgi
index 8aa133e..d2331b4 100755
--- a/cgi/pkgindex.cgi
+++ b/cgi/pkgindex.cgi
@@ -83,8 +83,7 @@ if ($indexon eq "pkg") {
   foreach my $pkg (keys %count) {
     $sortkey{$pkg} = lc $pkg;
     $htmldescrip{$pkg} = sprintf('<a href="%s">%s</a> (%s)',
-                           package_links(package => $pkg, links_only=>1),
-                           pkg_url(pkg => $pkg),
+                           package_links(package => $pkg),
                            html_escape($pkg),
                            htmlize_maintlinks(sub { $_[0] == 1 ? 'maintainer: '
                                                            : 'maintainers: ' },
-- 
1.7.10

Attachment: pgprGQnoCDN4N.pgp
Description: Digitale PGP-Unterschrift


Reply to: