[Pkg-mono-svn-commits] rev 1369 - mbloggy/trunk/debian

Pablo Fischer pabl0-guest@haydn.debian.org
Mon, 23 Aug 2004 10:50:18 -0600


Author: pabl0-guest
Date: 2004-08-23 10:50:12 -0600 (Mon, 23 Aug 2004)
New Revision: 1369

Modified:
   mbloggy/trunk/debian/control
   mbloggy/trunk/debian/mbloggy.install
   mbloggy/trunk/debian/mbloggy.menu
   mbloggy/trunk/debian/rules
Log:
Fixed lintian warnings (xpms should be in /usr/share/pixmaps)


Modified: mbloggy/trunk/debian/control
===================================================================
--- mbloggy/trunk/debian/control	2004-08-22 19:59:16 UTC (rev 1368)
+++ mbloggy/trunk/debian/control	2004-08-23 16:50:12 UTC (rev 1369)
@@ -1,7 +1,7 @@
 Source: mbloggy
 Section: web
 Priority: optional
-Maintainer: Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>
+Maintainer: Pablo Fischer <pablo@pablo.com.mx>
 Uploaders: Eduard Bloch <blade@debian.org>, Pablo Fischer <pablo@pablo.com.mx>
 Build-Depends: debhelper (>= 4.0.0), mono-mcs | c-sharp-compiler, mono-utils (>> 1.0)
 Standards-Version: 3.6.1
@@ -11,13 +11,13 @@
 Depends: ${shlibs:Depends}, ${net:Depends} 
 Description: Send posts to your blog with this C# client
  mbloggy allows you to send posts to your blog (blogger, metaweblog, 
- bloggyws) with a friendly Gtk# app.
+ bloggyws) with a friendly user interface.
  .
- It supports two protocols: XMLRPC (Blogger and MetaWeblog) and SOAP 
- (BloggyWS, just for Jaws). 
+ It supports two many blog services like Blogger, Metaweblog and
+ JAWS.
  .
- Also, mbloggy has a nice editor and a preview window for your notes 
- and let you edit and delete some notes of your blog. 
+ Also, mbloggy has a nice editor for your notes posts and will let you
+ edit and delete some notes of your blog. 
  .
- More info: http://mbloggy.pablo.com.mx
+ Homepage: http://forge.novell.com/modules/xfmod/project/?mbloggy
  

Modified: mbloggy/trunk/debian/mbloggy.install
===================================================================
--- mbloggy/trunk/debian/mbloggy.install	2004-08-22 19:59:16 UTC (rev 1368)
+++ mbloggy/trunk/debian/mbloggy.install	2004-08-23 16:50:12 UTC (rev 1369)
@@ -1,5 +1,5 @@
 debian/tmp/usr/share/locale
 debian/tmp/usr/lib/mbloggy/*.so*			usr/lib/mbloggy
 debian/tmp/usr/lib/mbloggy/bin/*			usr/share/dotnet/mbloggy/bin
-debian/tmp/usr/share/pixmaps/mbloggy.png		usr/share/pixmaps
+debian/mbloggy.xpm					usr/share/pixmaps
 debian/tmp/usr/share/applications/mbloggy.desktop	usr/share/applications/

Modified: mbloggy/trunk/debian/mbloggy.menu
===================================================================
--- mbloggy/trunk/debian/mbloggy.menu	2004-08-22 19:59:16 UTC (rev 1368)
+++ mbloggy/trunk/debian/mbloggy.menu	2004-08-23 16:50:12 UTC (rev 1369)
@@ -1,3 +1,6 @@
-?package(mbloggy):needs="X11" section="Apps/Net"\
-  title="mBloggy" command="/usr/bin/mbloggy"\
-  icon="/usr/share/pixmaps/mbloggy.png"
+?package(mbloggy): \
+        needs="X11" \
+        section="Apps/Net" \
+        title="mBloggy" \
+        command="/usr/bin/mbloggy" \
+        icon="/usr/share/pixmaps/mbloggy.xpm"

Modified: mbloggy/trunk/debian/rules
===================================================================
--- mbloggy/trunk/debian/rules	2004-08-22 19:59:16 UTC (rev 1368)
+++ mbloggy/trunk/debian/rules	2004-08-23 16:50:12 UTC (rev 1369)
@@ -19,6 +19,8 @@
 	dh_testroot
 	rm -f build-stamp
 	-$(MAKE) clean
+	rm -f $(CURDIR)/config.log
+	rm -f $(CURDIR)/config.status
 	rm -rf $$MONO_SHARED_DIR/.wapi
 	rm -rf $(CURDIR)/debian/mbloggy.1
 	dh_clean
@@ -40,7 +42,7 @@
 	dh_movefiles -s
 	dh_link -s
 	dh_install -s
-	chmod -x $(CURDIR)/debian/mbloggy/usr/share/pixmaps/mbloggy.png
+	chmod -x $(CURDIR)/debian/mbloggy/usr/share/pixmaps/mbloggy.xpm
 #       cp $(CURDIR)/ChangeLog $(CURDIR)/changelog
 	dh_installchangelogs -s
 	dh_installdocs -s