~ubuntu-branches/ubuntu/wily/gnome-do/wily

« back to all changes in this revision

Viewing changes to Do.DBus/src/AssemblyInfo.cs

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2008-09-14 10:09:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080914100940-aakng2140941ze9f
Tags: 0.6.0.0-0ubuntu1
* New upstream version, packaging based on the soon-to-be uploaded Debian
  package in pkg-cli-apps svn.  FFe is LP: #267020
* New upstream version fixes erratic positioning bug (LP: #204372)
* debian/control
  + Update build-depends for new version
  + Update standards version to 3.8.0, adding README.Source
* debian/gnome-do-autostart.desktop
* debian/gnome-do.install
  + Delete our desktop file, install upstream's translated desktop file
    to /etc/xdg/autostart instead.
* debian/gnome-do.preinst
  + Remove old autostart file on upgrade (if unmodified).  Otherwise 
    GNOME Do will appear twice in the autostart list.
* debian/gnome-do.1
  + Manpage updated for new version
* debian/rules:
  + Fix get-orig-source target to run properly from any directory; now should
  be policy compliant.
* debian/copyright:
  + Refresh for new upstream version
  + Update to more recent CopyrightFormat proposal

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
//
22
22
// You can specify all values by your own or you can build default build and revision
23
23
// numbers with the '*' character (the default):
24
 
[assembly: AssemblyVersion("1.0.*")]
 
24
[assembly: AssemblyVersion("0.6.0.0")]
25
25
 
26
26
// The following attributes specify the key for the sign of your assembly. See the
27
27
// .NET Framework documentation for more information about signing.