Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package griffith I fixed it looong time ago in the trunk. Restoring database from a backup is something I want to work in Debian stable. diff -Nru griffith-0.13/debian/changelog griffith-0.13/debian/changelog --- griffith-0.13/debian/changelog 2011-12-18 21:45:37.000000000 +0100 +++ griffith-0.13/debian/changelog 2013-03-23 22:22:22.000000000 +0100 @@ -1,3 +1,9 @@ +griffith (0.13-2) unstable; urgency=low + + * Fix restore function + + -- Piotr Ożarowski <pi...@debian.org> Sat, 23 Mar 2013 22:22:22 +0100 + griffith (0.13-1) unstable; urgency=low * New upstream release diff -Nru griffith-0.13/debian/patches/fix_restore_function.patch griffith-0.13/debian/patches/fix_restore_function.patch --- griffith-0.13/debian/patches/fix_restore_function.patch 1970-01-01 01:00:00.000000000 +0100 +++ griffith-0.13/debian/patches/fix_restore_function.patch 2013-03-23 22:21:21.000000000 +0100 @@ -0,0 +1,13 @@ +Index: griffith-0.13/lib/backup.py +=================================================================== +--- griffith-0.13.orig/lib/backup.py ++++ griffith-0.13/lib/backup.py +@@ -200,7 +200,7 @@ def restore(self, merge=False): + * SQLite3 *.db file + """ + # let user select a backup file +- filename = gutils.file_chooser(_("Restore Griffith backup"), \ ++ filename, path = gutils.file_chooser(_("Restore Griffith backup"), \ + action=gtk.FILE_CHOOSER_ACTION_OPEN, backup=True, \ + buttons=(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL, gtk.STOCK_OPEN, gtk.RESPONSE_OK)) + if not filename: diff -Nru griffith-0.13/debian/patches/series griffith-0.13/debian/patches/series --- griffith-0.13/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ griffith-0.13/debian/patches/series 2013-03-23 22:18:22.000000000 +0100 @@ -0,0 +1 @@ +fix_restore_function.patch unblock griffith/0.13-2 -- System Information: Debian Release: 7.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.7-trunk-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130323213059.24525.69760.reportbug@hadar