[Pkg-xfce-devel] xfce4-datetime-plugin, CDBS, libtool/aclocal/autoconf

Daniel James daniel@calamity.org.uk
Thu, 27 Jan 2005 15:31:22 +0000


Emanuele Rocca wrote:

>It would be nice if someone could find the time to work on the other
>goodies; the procedure to switch to CDBS patching system is very simple:
>
>1) add "include /usr/share/cdbs/1/rules/simple-patchsys.mk" in
>   debian/rules
>2) create a debian/patches directory with a file for every modification
>   to upstream sources
>   (for example: 00_spanish_translation.diff 01_gmo_files_cleaning.diff)
>3) svn-buildpackage --svn-ignore-new -rfakeroot
>  
>
If no one else is doing this, I'll do it, it looks quite simple (I only 
know a little bit about debian packaging). Would it be possible to add 
me to the project? My alioth login is dnljms-guest.

Also, I've been looking though your changes, and I think you missed out 
this part of Rudy's changes:

--- xfce4-datetime-plugin-0.3.0.orig/configure.ac
+++ xfce4-datetime-plugin-0.3.0/configure.ac
@@ -34,7 +34,7 @@
 XFCE_PANEL_PLUGIN([XFCE4_PANEL], [4.0.0])
 
 # Check for i18n support
-BM_I18N([xfce4-datetime], [ko])
+BM_I18N([xfce4-datetime], [ko es])
 
 # Check for debugging support
 BM_DEBUG_SUPPORT

Should I update it for the new version and add it to 
00_spanish_translation.diff?

Daniel