<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>debian/copyright</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -30,3 +30,15 @@ task :RegenerateDeb do
   system 'dpkg-buildpackage -us -uc -tc'
   system 'mv ../xmp-manager_* pkg'
 end
+
+task :RegenerateDebs do
+  puts &quot;Regenerate the Debs&quot;
+  system 'rm pkg/xmp-manager_*'
+  system 'dpkg-buildpackage -S'
+  system 'mv ../xmp-manager_* pkg'
+end
+
+task :UploadDeb do
+  puts &quot;Upload the Deb&quot;
+  system 'dput xmp-manager pkg/*_source.changes'
+end</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 Source: xmp-manager
 Section: graphics
 Priority: optional
-Maintainer: Luigi Maselli &lt;luigix_@t_hotmail.com&gt;
+Maintainer: Luigi Maselli &lt;riccio@inmail.sk&gt;
 Build-Depends: ruby1.8, ruby-pkg-tools, cdbs, debhelper (&gt;= 7)
 Standards-Version: 3.8.0
 Homepage: http://grigio.org/xmp_manager</diff>
      <filename>debian/control</filename>
    </modified>
    <modified>
      <diff>@@ -19,6 +19,7 @@ module XmpManager
 
 module Exiftool
   EXIFTOOL = &quot;/usr/bin/exiftool&quot;
+  DEBUG = &quot;true&quot; # FIXME
   
   def load_fields(path)
     fields = {}</diff>
      <filename>lib/xmpmanager/backend/exiftool.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>de65a6895fd4ea4b679f2ce36b01a67ddb451a45</id>
    </parent>
  </parents>
  <author>
    <name>Luigi Maselli</name>
    <email>luigix_@t_gmail_com</email>
  </author>
  <url>http://github.com/grigio/xmp-manager/commit/facc39e3aa3e5c367905f9f6632d8fd8bb37a563</url>
  <id>facc39e3aa3e5c367905f9f6632d8fd8bb37a563</id>
  <committed-date>2009-05-01T08:46:49-07:00</committed-date>
  <authored-date>2009-05-01T08:46:49-07:00</authored-date>
  <message>improvements in package creation and PPA uploading</message>
  <tree>39adcccf1e5a3b2b3416bef21b019e323129e053</tree>
  <committer>
    <name>Luigi Maselli</name>
    <email>luigix_@t_gmail_com</email>
  </committer>
</commit>
