[Python-apps-commits] r5944 - in packages/autokey/trunk/debian (changelog rules)

ffm-guest at users.alioth.debian.org ffm-guest at users.alioth.debian.org
Fri Jul 30 14:36:59 UTC 2010


    Date: Friday, July 30, 2010 @ 14:36:48
  Author: ffm-guest
Revision: 5944

Fix changelog path.

Modified:
  packages/autokey/trunk/debian/changelog
  packages/autokey/trunk/debian/rules

Modified: packages/autokey/trunk/debian/changelog
===================================================================
--- packages/autokey/trunk/debian/changelog	2010-07-30 13:40:12 UTC (rev 5943)
+++ packages/autokey/trunk/debian/changelog	2010-07-30 14:36:48 UTC (rev 5944)
@@ -1,11 +1,11 @@
-autokey (0.71.0-1) UNRELEASED; urgency=low
+autokey (0.71.0-1) unstable; urgency=low
 
   * New upstream version
   * Install changelog in package
   * Bump standards version to 3.9.1, no changes needed.
   * Remove in-package mentions of dpatch, it is no longer used
 
- -- Luke Faraone <luke at faraone.cc>  Fri, 30 Jul 2010 09:37:22 -0400
+ -- Luke Faraone <luke at faraone.cc>  Fri, 30 Jul 2010 10:28:39 -0400
 
 autokey (0.70.5-1) unstable; urgency=low
 

Modified: packages/autokey/trunk/debian/rules
===================================================================
--- packages/autokey/trunk/debian/rules	2010-07-30 13:40:12 UTC (rev 5943)
+++ packages/autokey/trunk/debian/rules	2010-07-30 14:36:48 UTC (rev 5944)
@@ -11,7 +11,7 @@
 DEB_INSTALL_MANPAGES_autokey_gtk = debian/autokey-gtk.1
 DEB_DH_INSTALLINIT_ARGS := --no-start --init-script=autokey --error-handler=true
 
-DEB_INSTALL_CHANGELOGS_ALL = changelog.upstream
+DEB_INSTALL_CHANGELOGS_ALL = debian/changelog.upstream
 
 build/autokey::
 	if [ "$$(lsb_release -is)" = "Ubuntu" ]; then \




More information about the Python-apps-commits mailing list