[Pkg-fedora-ds-maintainers] libapache2-mod-nss: Changes to 'debian-unstable'

Juan Gregorio Hernando Rivero ghe at alioth.debian.org
Thu Jun 28 09:41:14 UTC 2012


 debian/changelog |    2 +-
 debian/control   |    1 +
 debian/copyright |   10 +++++++---
 debian/rules     |    4 +++-
 4 files changed, 12 insertions(+), 5 deletions(-)

New commits:
commit f3cbd1b8a48566ce9ffd9f1df3e558fa8c5f2447
Author: Ghe Rivero <ghe at debian.org>
Date:   Thu Jun 28 10:43:47 2012 +0200

    Some lintian cleans

diff --git a/debian/changelog b/debian/changelog
index 8646199..bf2d1bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libapache2-mod-nss (1.0.8-2) UNRELEASED; urgency=low
+libapache2-mod-nss (1.0.8-2) unstable; urgency=low
 
   * Add patches from Fedora:
     - mod_nss-conf.patch:
diff --git a/debian/control b/debian/control
index 0536247..136fd46 100644
--- a/debian/control
+++ b/debian/control
@@ -2,6 +2,7 @@ Source: libapache2-mod-nss
 Section: web
 Priority: extra
 Maintainer: Debian 389ds Team <pkg-fedora-ds-maintainers at lists.alioth.debian.org>
+Uploaders: Timo Aaltonen <tjaalton at ubuntu.com>
 Build-Depends: debhelper (>= 5),
  apache2-threaded-dev (>= 2.2.3),
  libnss3-dev,
diff --git a/debian/copyright b/debian/copyright
index 96e3e6b..b0bd62a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -14,6 +14,10 @@ Files: debian/*
 Copyright: © 2008 Michele Baldessari <michele at acksyn.org>
 License: GPL-2+ or Apache-2.0
 
-On Debian machines the full text of the GNU General Public License in
-the file /usr/share/common-licenses/GPL-2, and Apache License 2.0 in
-the file /usr/share/common-licenses/Apache-2.0.
+License: GPL-2+
+ On Debian machines the full text of the GNU General Public License in
+ the file /usr/share/common-licenses/GPL-2
+
+License:Apache-2.0
+ On Debian machines the full text of the Apache 2.0 in
+ the file /usr/share/common-licenses/Apache-2.0.
diff --git a/debian/rules b/debian/rules
index 6b58aa2..4bfc642 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,9 @@ endif
 	./configure $(CONFIGURE_SWITCHES)
 	touch $@
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp: configure-stamp
 	dh_testdir
 	$(MAKE)



More information about the Pkg-fedora-ds-maintainers mailing list