Control: tags 812638 + patch Control: tags 812638 + pending Dear maintainer,
I've prepared an NMU for gbirthday (versioned as 0.6.10-0.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. The new upstream release just includes the debian patch, so I imported it to simplify the packaging. you can see attached the debdiff. cheers, Gianfranco
diff -Nru gbirthday-0.6.9/debian/changelog gbirthday-0.6.10/debian/changelog --- gbirthday-0.6.9/debian/changelog 2015-12-29 09:54:32.000000000 +0100 +++ gbirthday-0.6.10/debian/changelog 2016-03-02 15:11:55.000000000 +0100 @@ -1,3 +1,13 @@ +gbirthday (0.6.10-0.1) unstable; urgency=medium + + * Non-maintainer upload. + * Upload to unstable. + * New upstream release (Closes: #812638) + * Bump Standards-Version to 3.9.7: no changes needed. + * Drop patch remove-too-early-import: upstream + + -- Gianfranco Costamagna <[email protected]> Wed, 02 Mar 2016 15:09:20 +0100 + gbirthday (0.6.9-0.1) experimental; urgency=medium * Non-maintainer upload. diff -Nru gbirthday-0.6.9/debian/control gbirthday-0.6.10/debian/control --- gbirthday-0.6.9/debian/control 2015-12-28 17:57:34.000000000 +0100 +++ gbirthday-0.6.10/debian/control 2016-03-02 15:09:58.000000000 +0100 @@ -10,7 +10,7 @@ python-gtk2, python-nose X-Python-Version: >= 2.6 -Standards-Version: 3.9.6 +Standards-Version: 3.9.7 Homepage: http://gbirthday.sf.net/ Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/gbirthday.git Vcs-Git: git://anonscm.debian.org/collab-maint/gbirthday.git diff -Nru gbirthday-0.6.9/debian/patches/remove-too-early-import gbirthday-0.6.10/debian/patches/remove-too-early-import --- gbirthday-0.6.9/debian/patches/remove-too-early-import 2015-12-28 18:17:45.000000000 +0100 +++ gbirthday-0.6.10/debian/patches/remove-too-early-import 1970-01-01 01:00:00.000000000 +0100 @@ -1,14 +0,0 @@ -Description: remove this duplicated import, which is done too early and outside of the try/except block -Author: Mattia Rizzolo <[email protected]> -Forwarded: yes, to Jérôme <[email protected]> -Last-Update: 2015-12-28 - ---- a/src/gb -+++ b/src/gb -@@ -1,6 +1,5 @@ - #!/usr/bin/python - '''import main function from gbirthday and execute it''' --from gbirthday import main - try: - from gbirthday import main - except ImportError: diff -Nru gbirthday-0.6.9/debian/patches/series gbirthday-0.6.10/debian/patches/series --- gbirthday-0.6.9/debian/patches/series 2015-12-28 18:21:46.000000000 +0100 +++ gbirthday-0.6.10/debian/patches/series 2016-03-02 15:10:49.000000000 +0100 @@ -1,2 +1 @@ 01_deactivate-nosetests.patch -remove-too-early-import
diff -Nru gbirthday-0.6.9/Changelog gbirthday-0.6.10/Changelog
--- gbirthday-0.6.9/Changelog 2015-12-16 23:15:07.000000000 +0100
+++ gbirthday-0.6.10/Changelog 2015-12-29 12:42:42.000000000 +0100
@@ -1,3 +1,7 @@
+0.6.10
+
+ - Fix to minor fix in last release...
+
0.6.9
- Minor fixes related to installation
diff -Nru gbirthday-0.6.9/debian/changelog gbirthday-0.6.10/debian/changelog
--- gbirthday-0.6.9/debian/changelog 2015-12-29 09:54:32.000000000 +0100
+++ gbirthday-0.6.10/debian/changelog 2016-03-02 15:11:55.000000000 +0100
@@ -1,3 +1,13 @@
+gbirthday (0.6.10-0.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Upload to unstable.
+ * New upstream release (Closes: #812638)
+ * Bump Standards-Version to 3.9.7: no changes needed.
+ * Drop patch remove-too-early-import: upstream
+
+ -- Gianfranco Costamagna <[email protected]> Wed, 02 Mar 2016 15:09:20 +0100
+
gbirthday (0.6.9-0.1) experimental; urgency=medium
* Non-maintainer upload.
diff -Nru gbirthday-0.6.9/debian/control gbirthday-0.6.10/debian/control
--- gbirthday-0.6.9/debian/control 2015-12-28 17:57:34.000000000 +0100
+++ gbirthday-0.6.10/debian/control 2016-03-02 15:09:58.000000000 +0100
@@ -10,7 +10,7 @@
python-gtk2,
python-nose
X-Python-Version: >= 2.6
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
Homepage: http://gbirthday.sf.net/
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/gbirthday.git
Vcs-Git: git://anonscm.debian.org/collab-maint/gbirthday.git
diff -Nru gbirthday-0.6.9/debian/patches/remove-too-early-import gbirthday-0.6.10/debian/patches/remove-too-early-import
--- gbirthday-0.6.9/debian/patches/remove-too-early-import 2015-12-28 18:17:45.000000000 +0100
+++ gbirthday-0.6.10/debian/patches/remove-too-early-import 1970-01-01 01:00:00.000000000 +0100
@@ -1,14 +0,0 @@
-Description: remove this duplicated import, which is done too early and outside of the try/except block
-Author: Mattia Rizzolo <[email protected]>
-Forwarded: yes, to Jérôme <[email protected]>
-Last-Update: 2015-12-28
-
---- a/src/gb
-+++ b/src/gb
-@@ -1,6 +1,5 @@
- #!/usr/bin/python
- '''import main function from gbirthday and execute it'''
--from gbirthday import main
- try:
- from gbirthday import main
- except ImportError:
diff -Nru gbirthday-0.6.9/debian/patches/series gbirthday-0.6.10/debian/patches/series
--- gbirthday-0.6.9/debian/patches/series 2015-12-28 18:21:46.000000000 +0100
+++ gbirthday-0.6.10/debian/patches/series 2016-03-02 15:10:49.000000000 +0100
@@ -1,2 +1 @@
01_deactivate-nosetests.patch
-remove-too-early-import
diff -Nru gbirthday-0.6.9/Makefile gbirthday-0.6.10/Makefile
--- gbirthday-0.6.9/Makefile 2015-12-16 23:15:07.000000000 +0100
+++ gbirthday-0.6.10/Makefile 2015-12-29 12:42:42.000000000 +0100
@@ -2,7 +2,7 @@
datadir = /usr/share
sitelib = $(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(True)")
pixmaps = $(datadir)/pixmaps
-version = 0.6.9
+version = 0.6.10
DIST_DIR = dist
install = install -p
diff -Nru gbirthday-0.6.9/src/gb gbirthday-0.6.10/src/gb
--- gbirthday-0.6.9/src/gb 2015-12-16 23:15:07.000000000 +0100
+++ gbirthday-0.6.10/src/gb 2015-12-29 12:42:42.000000000 +0100
@@ -1,6 +1,5 @@
#!/usr/bin/python
'''import main function from gbirthday and execute it'''
-from gbirthday import main
try:
from gbirthday import main
except ImportError:
signature.asc
Description: OpenPGP digital signature

