Package: stm32flash
Severity: wishlist

Dear maintainer,

stm32flash 0.5 has been released and it would be great to see it in Debian soon.

I have attached a patch for the debian directory. Notably, the
upstream location has changed, and the watch file has been corrected.

Please let me know if there is something I can do to help.

Best regards,
Tormod
diff -Nurp stm32flash-0.4/debian/changelog stm32flash-0.5/debian/changelog
--- stm32flash-0.4/debian/changelog	2014-10-06 22:04:50.000000000 +0200
+++ stm32flash-0.5/debian/changelog	2016-02-10 21:18:12.684147896 +0100
@@ -1,3 +1,11 @@
+stm32flash (0.5-1) unstable; urgency=medium
+
+  * New upstream release
+  * Drop debian/patches/i2c-linuxonly.patch (applied upstream)
+  * Standards-Version bumped to 3.9.6 (no changes needed)
+
+ -- Tormod Volden <debian.tor...@gmail.com>  Wed, 10 Feb 2016 21:05:42 +0100
+
 stm32flash (0.4-2) unstable; urgency=medium
 
   * Fix build on Hurd and kFreeBSD.
diff -Nurp stm32flash-0.4/debian/control stm32flash-0.5/debian/control
--- stm32flash-0.4/debian/control	2014-10-06 22:11:37.000000000 +0200
+++ stm32flash-0.5/debian/control	2016-02-10 21:17:09.088529263 +0100
@@ -3,8 +3,8 @@ Section: electronics
 Priority: extra
 Maintainer: Andrew Shadura <andre...@debian.org>
 Build-Depends: debhelper (>= 9)
-Standards-Version: 3.9.5
-Homepage: http://code.google.com/p/stm32flash/
+Standards-Version: 3.9.6
+Homepage: http://stm32flash.sourceforge.net/
 
 Package: stm32flash
 Architecture: any
diff -Nurp stm32flash-0.4/debian/copyright stm32flash-0.5/debian/copyright
--- stm32flash-0.4/debian/copyright	2014-07-22 18:43:56.000000000 +0200
+++ stm32flash-0.5/debian/copyright	2016-02-10 21:12:42.298067605 +0100
@@ -1,16 +1,15 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: stm32flash
-Upstream-Contact: Geoffrey McRae <ge...@spacevs.com>
-Source: https://code.google.com/p/stm32flash/
-Files-Excluded: protocol.pdf
+Upstream-Contact: Tormod Volden <debian.tor...@gmail.com>
+Source: http://stm32flash.sourceforge.net
 
 Files: *
 Copyright:
  2010 Gareth McMullin <gar...@blacksphere.co.nz>
  2010 Geoffrey McRae <ge...@spacevs.com>
  2011 Steve Markgraf <st...@steve-m.de>
- 2012-2014 Tormod Volden <debian.tor...@gmail.com>
- 2013 Antonio Borneo <borneo.anto...@gmail.com>
+ 2012-2016 Tormod Volden <debian.tor...@gmail.com>
+ 2013-2016 Antonio Borneo <borneo.anto...@gmail.com>
 License: GPL-2+
 
 Files: debian/*
diff -Nurp stm32flash-0.4/debian/patches/i2c-linuxonly.patch stm32flash-0.5/debian/patches/i2c-linuxonly.patch
--- stm32flash-0.4/debian/patches/i2c-linuxonly.patch	2014-10-06 22:04:15.000000000 +0200
+++ stm32flash-0.5/debian/patches/i2c-linuxonly.patch	1970-01-01 01:00:00.000000000 +0100
@@ -1,28 +0,0 @@
-From ba7602d84be9b5f45c257c7abccc78e8257eeda5 Mon Sep 17 00:00:00 2001
-From: Tormod Volden <debian.tor...@gmail.com>
-Date: Mon, 6 Oct 2014 21:41:45 +0200
-Subject: [PATCH] Only enable i2c on Linux (including Android)
-
-Fixes failed build on Debian GNU/Hurd and Debian GNU/kFreeBSD.
-
-Signed-off-by: Tormod Volden <debian.tor...@gmail.com>
----
- i2c.c |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/i2c.c b/i2c.c
-index 9079e01..10e6bb1 100644
---- a/i2c.c
-+++ b/i2c.c
-@@ -32,7 +32,7 @@
- #include "port.h"
- 
- 
--#if defined(__WIN32__) || defined(__CYGWIN__) || defined(__APPLE__)
-+#if !defined(__linux__)
- 
- static port_err_t i2c_open(struct port_interface *port,
- 			   struct port_options *ops)
--- 
-1.7.1
-
diff -Nurp stm32flash-0.4/debian/patches/series stm32flash-0.5/debian/patches/series
--- stm32flash-0.4/debian/patches/series	2014-10-06 22:04:27.000000000 +0200
+++ stm32flash-0.5/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-i2c-linuxonly.patch
diff -Nurp stm32flash-0.4/debian/watch stm32flash-0.5/debian/watch
--- stm32flash-0.4/debian/watch	2014-07-22 18:54:44.000000000 +0200
+++ stm32flash-0.5/debian/watch	2016-02-10 21:12:42.302067583 +0100
@@ -1,3 +1,3 @@
 version=3
 
-opts=dversionmangle=s/.dfsg//,uversionmangle=s/beta/~beta/ http://releases.stm32flash.googlecode.com/git/stm32flash-(.*)\.tar\.gz
+opts=dversionmangle=s/.dfsg//,uversionmangle=s/beta/~beta/ http://sf.net/stm32flash/stm32flash-(\d\S*)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

Reply via email to