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

Proposed patches for NM templates



Hello,

two more proposed patches for the templates dir:

0005-Allow-to-configure-the-keyserver-via-env-vars.patch

  Since the keyserver round robin DNS *always* gives me the one
  keyserver that does not respond, I've changed keycheck.sh to allow
  overriding the keyserver address via an environment variable.

0006-Adopted-new-NMU-numbering-after-devref-3.4.1.patch

  After 2 NM candidates pointed out to me that the NMU is versioned as
  +nmu1 instead of .1, I noticed that the developers-reference was
  indeed changed in that way in version 3.4.1. Therefore question PF1
  needs to be updated.


Ciao,

Enrico

-- 
GPG key: 4096R/E7AD5568 2009-05-08 Enrico Zini <enrico@enricozini.org>
From c648db4a3a736d53b139af8179e139966a93404d Mon Sep 17 00:00:00 2001
From: Enrico Zini <enrico@enricozini.org>
Date: Wed, 22 Apr 2009 11:16:42 +0100
Subject: [PATCH 5/6] Allow to configure the keyserver via env vars

---
 keycheck.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/keycheck.sh b/keycheck.sh
index 3450a1f..fa398e3 100755
--- a/keycheck.sh
+++ b/keycheck.sh
@@ -32,7 +32,7 @@ KEYID=`echo $1 | sed -e 's/^0x//'`
 # For the rsync of the debian keyrings and for the nm.gpg
 DESTDIR="$HOME/debian/keyring.debian.org/keyrings"
 # Which keyserver
-KEYSERVER=subkeys.pgp.net
+KEYSERVER=${KEYSERVER:-"subkeys.pgp.net"}
 # Delete nm.gpg after check?
 # nm.gpg holds all keys you checked with this script.
 DELETE=no
-- 
1.6.2.4

From f6f2e619a3453b2eb94a14d033f1985b4f223ae1 Mon Sep 17 00:00:00 2001
From: Enrico Zini <enrico@enricozini.org>
Date: Mon, 11 May 2009 22:33:58 +0100
Subject: [PATCH 6/6] Adopted new NMU numbering after devref 3.4.1

---
 nm_ts1.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/nm_ts1.txt b/nm_ts1.txt
index 41295ce..851707e 100644
--- a/nm_ts1.txt
+++ b/nm_ts1.txt
@@ -53,7 +53,7 @@ RC2. Please look at http://bugs.debian.org/release-critical/debian/all.html,
 Debian Package Format
 ---------------------
 
-PF1. What does version 2:3.4~rc1-2.1+lenny1 mean? What Debian control file
+PF1. What does version 2:3.4~rc1-2.+nmu1+lenny1 mean? What Debian control file
      would you put this in?
 
 PF2. What does the version string in the Standards-Version field of a
-- 
1.6.2.4

Attachment: signature.asc
Description: Digital signature


Reply to: