tag patch
kthxbye

I've just updated the version of Homebank in Ubuntu.  It's fairly
straightforward, and I've also cleaned up some lintian warnings.  I'm
attaching the debian/ component of the debdiff on the off-chance it's
helpful.
--- homebank-3.8/debian/changelog	2009-02-05 14:21:24.000000000 +1100
+++ homebank-4.0.2/debian/changelog	2009-02-05 14:21:24.000000000 +1100
@@ -1,3 +1,25 @@
+homebank (4.0.2-0ubuntu1) jaunty; urgency=low
+
+  * New upstream release
+    + New QIF format import/export support
+    + Snazzier charts
+    + Autocompletion for Account, Payee, Categories, Description/Memo
+    + Tags for transactions
+  * debian/patches/fix_HELP_DIR
+    + Update for new upstream version
+  * debian/README.source
+    + Add for 3.8.0 policy compliance
+  * debian/control
+    + Bump standards version, adding README.source
+    + Add ${misc:Depends} to homebank-data dependencies.  Silences lintian,
+      doesn't hurt, might help in future.
+  * debian/copyright:
+    + Remove section about repacking the tarball to remove "Generator" metatag.
+      The original documentation no longer has these tags.
+    + (C) -> ©.  Silences lintian warning about copyright legalities.
+
+ -- Christopher James Halse Rogers <r...@ubuntu.com>  Wed, 04 Feb 2009 16:06:23 +1100
+
 homebank (3.8-1) unstable; urgency=low
 
   * New upstream release.
--- homebank-3.8/debian/control	2009-02-05 14:21:24.000000000 +1100
+++ homebank-4.0.2/debian/control	2009-02-05 14:21:24.000000000 +1100
@@ -1,9 +1,10 @@
 Source: homebank
 Section: gnome
 Priority: optional
-Maintainer: Francesco Namuri <france...@namuri.it>
+Maintainer: Ubuntu MOTU Developers <ubuntu-m...@lists.ubuntu.com>
+XSBC-Original-Maintainer: Francesco Namuri <france...@namuri.it>
 Build-Depends: debhelper (>= 5.0.0), cdbs, autotools-dev, pkg-config, libgtk2.0-dev, libxml-parser-perl, patchutils, libofx-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/collab-maint/ext-maint/homebank/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/ext-maint/homebank/trunk/
 Homepage: http://homebank.free.fr/
@@ -23,6 +24,7 @@
 
 Package: homebank-data
 Architecture: all
+Depends: ${misc:Depends}
 Recommends: homebank (>= ${source:Version})
 Description: Data files for homebank 
  HomeBank is a fast, simple and easy to use program to manage your accounts.
--- homebank-3.8/debian/copyright	2009-02-05 14:21:24.000000000 +1100
+++ homebank-4.0.2/debian/copyright	2009-02-05 14:21:24.000000000 +1100
@@ -6,7 +6,7 @@
 Upstream Author: Maxime Doyen <homeb...@free.fr>
 
 Copyrights:
-   Copyright (C) 1995-2008 Maxime DOYEN
+   Copyright © 1995-2008 Maxime DOYEN
 
 License:
 
@@ -28,29 +28,8 @@
 Public License can be found in `/usr/share/common-licenses/GPL'.
 
 The Debian packaging is 
-(C) 2006, Adrien Cunin <adri2...@ubuntu.com>
-(C) 2007, Francesco Namuri <france...@namuri.it>
+© 2006, Adrien Cunin <adri2...@ubuntu.com>
+© 2007, Francesco Namuri <france...@namuri.it>
 and is licensed under the GPL, see above.
 
 All files under images/*.svg are under GPLv2 license.
-
-The HTML files under doc/ are no longer generated and the outdated
-metatag "Generator" has been removed; quoting the author:
-
-"
-This is an old metatag outdated from the time I first write the doc in
-Amiga (there were first in amigaguide format and i used a tool
-to convert it to html which added this meta...)
-
-I will remove this.
-
-In waiting you can do it also and re-submit to debian, here is what
-i've done: cd homebank/doc
-find ./ -type f | xargs perl -pi -w -e 's/<meta name="Generator"
-content="GuideML 2.2">//g'
-"
-
-Following these instructions, the orig.tar.gz has been repackaged
-removing these metatags. HTML is the preferred format for updating the
-documentation upstream in a normal text editor. Patches against the
-HTML are welcome.
--- homebank-3.8/debian/patches/fix_HELP_DIR.patch	2009-02-05 14:21:24.000000000 +1100
+++ homebank-4.0.2/debian/patches/fix_HELP_DIR.patch	2009-02-05 14:21:24.000000000 +1100
@@ -1,22 +1,24 @@
-diff -Nur trunk/src/Makefile.am trunk.new/src/Makefile.am
---- trunk/src/Makefile.am	2007-07-21 21:17:54.000000000 +0200
-+++ trunk.new/src/Makefile.am	2007-08-17 01:52:03.000000000 +0200
-@@ -68,5 +68,5 @@
- $(DEPS_CFLAGS) \
- -DLOCALE_DIR=\""$(datadir)/locale"\" \
- -DPIXMAPS_DIR=\""$(datadir)/homebank/images"\" \
---DHELP_DIR=\""$(datadir)/homebank/help"\"
-+-DHELP_DIR=\""/usr/share/doc/homebank-data/help"\"
+diff -Nur -x '*.orig' -x '*~' homebank-4.0.2/src/Makefile.am homebank-4.0.2.new/src/Makefile.am
+--- homebank-4.0.2/src/Makefile.am	2008-09-03 16:26:18.000000000 +1000
++++ homebank-4.0.2.new/src/Makefile.am	2009-02-04 16:33:09.453737686 +1100
+@@ -2,7 +2,7 @@
+ common_defines = \
+ 	-DHOMEBANK_PIXMAPSDIR=\""$(datadir)/homebank/images"\" \
+ 	-DHOMEBANK_LOCALEDIR=\""$(datadir)/locale"\" \
+-	-DHOMEBANK_HELPDIR=\""$(datadir)/homebank/help"\"
++	-DHOMEBANK_HELPDIR=\""/usr/share/doc/homebank-data/help"\"
  
-diff -Nur trunk/src/Makefile.in trunk.new/src/Makefile.in
---- trunk/src/Makefile.in	2007-08-16 11:20:22.000000000 +0200
-+++ trunk.new/src/Makefile.in	2007-08-17 01:51:41.000000000 +0200
-@@ -277,7 +277,7 @@
- $(DEPS_CFLAGS) \
- -DLOCALE_DIR=\""$(datadir)/locale"\" \
- -DPIXMAPS_DIR=\""$(datadir)/homebank/images"\" \
---DHELP_DIR=\""$(datadir)/homebank/help"\"
-+-DHELP_DIR=\""/usr/share/doc/homebank-data/help"\"
  
- all: all-am
+ bin_PROGRAMS = homebank
+diff -Nur -x '*.orig' -x '*~' homebank-4.0.2/src/Makefile.in homebank-4.0.2.new/src/Makefile.in
+--- homebank-4.0.2/src/Makefile.in	2009-01-19 23:38:37.000000000 +1100
++++ homebank-4.0.2.new/src/Makefile.in	2009-02-04 16:33:42.273634760 +1100
+@@ -209,7 +209,7 @@
+ common_defines = \
+ 	-DHOMEBANK_PIXMAPSDIR=\""$(datadir)/homebank/images"\" \
+ 	-DHOMEBANK_LOCALEDIR=\""$(datadir)/locale"\" \
+-	-DHOMEBANK_HELPDIR=\""$(datadir)/homebank/help"\"
++	-DHOMEBANK_HELPDIR=\""/usr/share/doc/homebank-data/help"\"
  
+ DATA_ACCESS = \
+ 	da_account.c  \
--- homebank-3.8/debian/README.source	1970-01-01 10:00:00.000000000 +1000
+++ homebank-4.0.2/debian/README.source	2009-02-05 14:21:24.000000000 +1100
@@ -0,0 +1,8 @@
+README.source for homebank.
+
+The homebank package uses CDBS's simple-patchsys patch system.
+
+ * To apply patches, run 'debian/rules patch'.
+ * To unapply patches, run 'debian/rules unpatch'.
+ * To add a new patch, or edit an existing patch, the 'cdbs-edit-patch' tool 
+   can be used.  See 'man cdbs-edit-patch' for details

Attachment: signature.asc
Description: This is a digitally signed message part



Reply via email to