Your message dated Mon, 15 Feb 2016 18:04:57 +0100
with message-id 
<CAL-rJFLgP1-iWyeEfAdbbbxYQPnhVV9Ahj-_78ZYAqomn=g...@mail.gmail.com>
and subject line Re: Bug#814377: Acknowledgement (Please update to stm32flash 
0.5)
has caused the Debian Bug report #814377,
regarding Please update to stm32flash 0.5
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
814377: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814377
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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 <[email protected]>  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 <[email protected]>
 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 <[email protected]>
-Source: https://code.google.com/p/stm32flash/
-Files-Excluded: protocol.pdf
+Upstream-Contact: Tormod Volden <[email protected]>
+Source: http://stm32flash.sourceforge.net
 
 Files: *
 Copyright:
  2010 Gareth McMullin <[email protected]>
  2010 Geoffrey McRae <[email protected]>
  2011 Steve Markgraf <[email protected]>
- 2012-2014 Tormod Volden <[email protected]>
- 2013 Antonio Borneo <[email protected]>
+ 2012-2016 Tormod Volden <[email protected]>
+ 2013-2016 Antonio Borneo <[email protected]>
 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 <[email protected]>
-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 <[email protected]>
----
- 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)))

--- End Message ---
--- Begin Message ---
Package: stm32flash
Version: 0.5-1

Changes:
 stm32flash (0.5-1) unstable; urgency=medium
 .
   [ Tormod Volden ]
   * New upstream release
   * Drop debian/patches/i2c-linuxonly.patch (applied upstream)
   * Standards-Version bumped to 3.9.6 (no changes needed)
 .
   [ Andrew Shadura ]
   * Update the copyright file.
   * Don't detect Windows-only zipballs from the upstream.

Thanks!

--- End Message ---

Reply via email to