[Python-modules-commits] [nxt-python] 01/01: General package update and maintainer change

Scott Kitterman kitterman at moszumanska.debian.org
Mon Nov 14 18:58:56 UTC 2016


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

kitterman pushed a commit to branch master
in repository nxt-python.

commit 697b4d6210682fc5109f8a74d261682dc0c5a7b4
Author: Scott Kitterman <scott at kitterman.com>
Date:   Mon Nov 14 13:58:51 2016 -0500

    General package update and maintainer change
    
    * Bump compat and debhelper version to 9
    * Bump standards version to 3.9.8 without further change
    * Update upstream urls for changes due to Google Code shutdown:
     - Point Homepage and debian/copyright at new GitHub location
     - Use pypi redirector for debian/watch
    * Add the tag uaccess to the udev rule to fix access problems (Closes:
      #839817)
    * Agreed maintainer change to debian-lego-team at lists.alioth.debian.org and
      Petter Reinholdtsen <pere at hungry.com> as uploader
    * Include .desktop file for nxt_filer to allow it to be started from the
---
 debian/70-lego.rules |  2 +-
 debian/changelog     | 16 ++++++++++++++--
 debian/compat        |  2 +-
 debian/control       | 10 +++++-----
 debian/copyright     |  2 +-
 debian/watch         |  6 +-----
 6 files changed, 23 insertions(+), 15 deletions(-)

diff --git a/debian/70-lego.rules b/debian/70-lego.rules
index fa8a304..a85a795 100644
--- a/debian/70-lego.rules
+++ b/debian/70-lego.rules
@@ -1 +1 @@
-SUBSYSTEM=="usb", ATTRS{idVendor}=="0694", GROUP="plugdev", MODE="0660"
+SUBSYSTEM=="usb", ATTRS{idVendor}=="0694", GROUP="plugdev", MODE="0660", TAG+="uaccess"
diff --git a/debian/changelog b/debian/changelog
index ee9905c..da03450 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,20 @@
 nxt-python (2.2.2-3) UNRELEASED; urgency=medium
 
+  [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
- -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 21:44:59 +0200
+  [ Scott Kitterman ]
+  * Bump compat and debhelper version to 9
+  * Bump standards version to 3.9.8 without further change
+  * Update upstream urls for changes due to Google Code shutdown:
+   - Point Homepage and debian/copyright at new GitHub location
+   - Use pypi redirector for debian/watch
+  * Add the tag uaccess to the udev rule to fix access problems (Closes:
+    #839817)
+  * Agreed maintainer change to debian-lego-team at lists.alioth.debian.org and
+    Petter Reinholdtsen <pere at hungry.com> as uploader
+
+ -- Scott Kitterman <scott at kitterman.com>  Mon, 14 Nov 2016 13:55:46 -0500
 
 nxt-python (2.2.2-2) unstable; urgency=low
 
@@ -11,7 +23,7 @@ nxt-python (2.2.2-2) unstable; urgency=low
   * Fix a typo in README.source.
 
   [ Scott Kitterman ]
-  * Inlcude .desktop file for nxt_filer to allow it to be started from the
+  * Include .desktop file for nxt_filer to allow it to be started from the
     KDE or Gnome application menu (Closes: #697223)
   * Bump standards version to 3.9.4 and change compat to 8 and the debhelper
     version requirement to 8.1 for build-indep/build-arch targets
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 6e511ac..3776e53 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,13 @@
 Source: nxt-python
 Section: python
 Priority: optional
-Maintainer: Scott Kitterman <scott at kitterman.com>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 8.1), python-all (>= 2.6.5-2~), quilt (>= 0.46-7)
+Maintainer: Debian Lego Team <debian-lego-team at lists.alioth.debian.org>
+Uploaders: Petter Reinholdtsen <pere at hungry.com>
+Build-Depends: debhelper (>= 9), python-all (>= 2.6.5-2~), quilt (>= 0.46-7)
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/nxt-python.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/nxt-python.git
-Standards-Version: 3.9.4
-Homepage: http://code.google.com/p/nxt-python/
+Standards-Version: 3.9.8
+Homepage: https://github.com/eelviny/nxt-python
 X-Python-Version: >= 2.6
 
 Package: python-nxt
diff --git a/debian/copyright b/debian/copyright
index 91ce05c..f0f0366 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ January 1, 2012.
 
 The Debian maintainer is Scott Kitterman <scott at kitterman.com>.
 
-It was downloaded from: http://code.google.com/p/nxt-python/
+It was downloaded from: https://github.com/eelviny/nxt-python
 
 Upstream Author: Marcus Wanner <marcus at wanners.net>
 
diff --git a/debian/watch b/debian/watch
index 6a1e72d..92ccb48 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,7 +1,3 @@
 version=3
 
-opts=\
-downloadurlmangle=s|.*[?]name=(.*?)&.*|http://nxt-python.googlecode.com/files/$1|,\
-filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \
-http://code.google.com/p/nxt-python/downloads/detail[?]name=nxt-python-([0-9.]+).tar.gz&.*
-
+http://pypi.debian.net/nxt-python/nxt-python-([0-9][0-9\.\-]*).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/nxt-python.git



More information about the Python-modules-commits mailing list