Bug#692377: unblock: ganglia-modules-linux

2012-11-05 Thread Daniel Pocock
Package: release.debian.org
Severity: normal


wheezy currently has 1.3.4-5

I've just built 1.3.4-6.

I believe the changes (from changelog, debdiff attached) qualify for
unblock as they are documentation changes:

  * Add VCS locations to control file.
  * Update copyright file to DEP-5 format, clarify BSD terms
  * Upstream move to github (update home page and watch file)

Please confirm when I can upload to unstable

The change can be reviewed in git too:

Vcs-Git: git://git.debian.org/collab-maint/ganglia-modules-linux.git

Vcs-Browser:
http://git.debian.org/?p=collab-maint/ganglia-modules-linux.git;a=summary

diff -Nru ganglia-modules-linux-1.3.4/debian/changelog 
ganglia-modules-linux-1.3.4/debian/changelog
--- ganglia-modules-linux-1.3.4/debian/changelog2012-04-23 
08:29:51.0 +
+++ ganglia-modules-linux-1.3.4/debian/changelog2012-11-05 
13:54:03.0 +
@@ -1,3 +1,11 @@
+ganglia-modules-linux (1.3.4-6) unstable; urgency=low
+
+  * Add VCS locations to control file.
+  * Update copyright file to DEP-5 format, clarify BSD terms
+  * Upstream move to github (update home page and watch file)
+
+ -- Daniel Pocock dan...@pocock.com.au  Mon, 05 Nov 2012 14:53:57 +0100
+
 ganglia-modules-linux (1.3.4-5) unstable; urgency=low
 
   * Eliminate issues relating to ganglia-monitor
diff -Nru ganglia-modules-linux-1.3.4/debian/control 
ganglia-modules-linux-1.3.4/debian/control
--- ganglia-modules-linux-1.3.4/debian/control  2012-04-19 19:01:06.0 
+
+++ ganglia-modules-linux-1.3.4/debian/control  2012-11-05 13:51:53.0 
+
@@ -5,9 +5,9 @@
 Uploaders: Stuart Teasdale s...@debian.org
 Build-Depends: cdbs, debhelper (= 7.0.50~), autotools-dev, libganglia1-dev 
(= 3.3.5), libconfuse-dev, libapr1-dev
 Standards-Version: 3.9.3
-Homepage: https://sourceforge.net/projects/gmod-linux
-#Vcs-Git: git://git.debian.org/collab-maint/ganglia-modules-linux.git
-#Vcs-Browser: 
http://git.debian.org/?p=collab-maint/ganglia-modules-linux.git;a=summary
+Homepage: https://github.com/ganglia/ganglia-modules-linux
+Vcs-Git: git://git.debian.org/collab-maint/ganglia-modules-linux.git
+Vcs-Browser: 
http://git.debian.org/?p=collab-maint/ganglia-modules-linux.git;a=summary
 
 Package: ganglia-modules-linux
 Architecture: any
diff -Nru ganglia-modules-linux-1.3.4/debian/copyright 
ganglia-modules-linux-1.3.4/debian/copyright
--- ganglia-modules-linux-1.3.4/debian/copyright2012-04-13 
19:51:23.0 +
+++ ganglia-modules-linux-1.3.4/debian/copyright2012-11-05 
14:07:01.0 +
@@ -1,39 +1,64 @@
-
-Packaged by:
-
-Daniel Pocock dan...@pocock.com.au on Fri, 30 Dec 2011 14:33:04 +0100
-
-https://sourceforge.net/projects/gmod-linux
-
-based on a compilation of contributions from the Ganglia community
-http://ganglia.info
-
-mod_io:
-Copyright 2008 JB Kim (original work BSD license)
-Copyright 2011 Daniel Pocock (adapted to DSO, GPL3 license)
-
-mod_example:
-Copyright 2007 Brad Nicholes, Novell (BSD license)
-
-mod_multicpu:
-Copyright 2007 Brad Nicholes, Novell (BSD license)
-Copyright 2011 Daniel Pocock (enhancements, GPL3 license)
-
-mod_fs:
-Copyright 2012 Daniel Pocock (GPL3 license)
-
-Overall compilation and build system:
-Copyright (C) 2011 Daniel Pocock
-Please see the package copyright notice for further copyright details
-
-The software is licensed under the terms of the GNU General
-Public License version 3.  On Debian systems, the complete text
-of the GNU General Public License version 3 can be found in
-/usr/share/common-licenses/GPL-3
-
-Debian packaging is:
-
-Copyright (C) 2011 Daniel Pocock dan...@pocock.com.au
-
-and is licensed under the GPL version 3, see above.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ganglia-modules-linux
+Upstream-Contact: ganglia developers ganglia-develop...@lists.sourceforge.net
+Source: git://github.com/ganglia/ganglia-modules-linux.git
+
+Files: *
+Copyright: 2011-2012, Daniel Pocock dan...@pocock.com.au
+License: GPL-3
+
+Files: io/*
+Copyright: 2008, JB Kim
+   2011-2012, Daniel Pocock dan...@pocock.com.au
+License: GPL-3
+
+Files: example/*
+Copyright: 2007, Novell
+License: BSD-Novell
+
+Files: multicpu/*
+Copyright: 2007, Novell
+   2011-2012, Daniel Pocock dan...@pocock.com.au
+License: GPL-3
+
+Files: fs/*
+Copyright: 2012, Daniel Pocock dan...@pocock.com.au
+License: GPL-3
+
+Files: debian/*
+Copyright: 2011-2012, Daniel Pocock dan...@pocock.com.au
+License: GPL-3
+
+License: GPL-3
+ The GPL-3 can be found in /usr/share/common-licenses/GPL-3 on your
+ Debian system.
+
+License: BSD-Novell
+ Portions Copyright (C) 2007 Novell, Inc. All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+  - Redistributions of source code 

Bug#692377: unblock: ganglia-modules-linux

2012-11-05 Thread Niels Thykier
On 2012-11-05 15:12, Daniel Pocock wrote:
 Package: release.debian.org
 Severity: normal
 
 
 wheezy currently has 1.3.4-5
 
 I've just built 1.3.4-6.
 
 I believe the changes (from changelog, debdiff attached) qualify for
 unblock as they are documentation changes:
 
   * Add VCS locations to control file.
   * Update copyright file to DEP-5 format, clarify BSD terms
   * Upstream move to github (update home page and watch file)
 
 Please confirm when I can upload to unstable
 
 The change can be reviewed in git too:
 
 Vcs-Git: git://git.debian.org/collab-maint/ganglia-modules-linux.git
 
 Vcs-Browser:
 http://git.debian.org/?p=collab-maint/ganglia-modules-linux.git;a=summary
 

Hi,

Those changes are fine and will not cause a problem.  Feel free to
upload it to sid.

~Niels


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org