r23770 - in /desktop/unstable/accerciser/debian: changelog control control.in patches/01_remove_site_package_version.patch patches/series rules source/ source/format

lethalman-guest at users.alioth.debian.org lethalman-guest at users.alioth.debian.org
Tue Apr 13 11:15:47 UTC 2010


Author: lethalman-guest
Date: Tue Apr 13 11:15:39 2010
New Revision: 23770

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23770
Log:
  * New upstream release. Closes: #574974.
  * debian/control.in:
    - Update Standards-Version to 3.8.4, no changes needed.
  * Switch to source format 3.0 (quilt).
    - Add debian/source/format.
    - Add debian/patches/series.
    - Remove /usr/share/cdbs/1/rules/simple-patchsys.mk include.


Added:
    desktop/unstable/accerciser/debian/patches/series
    desktop/unstable/accerciser/debian/source/
    desktop/unstable/accerciser/debian/source/format
Modified:
    desktop/unstable/accerciser/debian/changelog
    desktop/unstable/accerciser/debian/control
    desktop/unstable/accerciser/debian/control.in
    desktop/unstable/accerciser/debian/patches/01_remove_site_package_version.patch
    desktop/unstable/accerciser/debian/rules

Modified: desktop/unstable/accerciser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/accerciser/debian/changelog?rev=23770&op=diff
==============================================================================
--- desktop/unstable/accerciser/debian/changelog [utf-8] (original)
+++ desktop/unstable/accerciser/debian/changelog [utf-8] Tue Apr 13 11:15:39 2010
@@ -1,8 +1,18 @@
-accerciser (1.8.0-2) UNRELEASED; urgency=low
+accerciser (1.10.0-1) UNRELEASED; urgency=low
 
+  [ Josselin Mouette ]
   * Require libgail-gnome-module. Closes: #575386.
 
- -- Josselin Mouette <joss at debian.org>  Thu, 25 Mar 2010 19:25:27 +0100
+  [ Luca Bruno ]
+  * New upstream release. Closes: #574974.
+  * debian/control.in:
+    - Update Standards-Version to 3.8.4, no changes needed.
+  * Switch to source format 3.0 (quilt).
+    - Add debian/source/format.
+    - Add debian/patches/series.
+    - Remove /usr/share/cdbs/1/rules/simple-patchsys.mk include.
+
+ -- Luca Bruno <lethalman88 at gmail.com>  Tue, 13 Apr 2010 13:14:23 +0200
 
 accerciser (1.8.0-1) unstable; urgency=low
 

Modified: desktop/unstable/accerciser/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/accerciser/debian/control?rev=23770&op=diff
==============================================================================
--- desktop/unstable/accerciser/debian/control [utf-8] (original)
+++ desktop/unstable/accerciser/debian/control [utf-8] Tue Apr 13 11:15:39 2010
@@ -23,7 +23,7 @@
                      python-glade2,
                      python-wnck,
                      python-pyatspi (>= 1.23.4)
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 
 Package: accerciser
 Architecture: all

Modified: desktop/unstable/accerciser/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/accerciser/debian/control.in?rev=23770&op=diff
==============================================================================
--- desktop/unstable/accerciser/debian/control.in [utf-8] (original)
+++ desktop/unstable/accerciser/debian/control.in [utf-8] Tue Apr 13 11:15:39 2010
@@ -18,7 +18,7 @@
                      python-glade2,
                      python-wnck,
                      python-pyatspi (>= 1.23.4)
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 
 Package: accerciser
 Architecture: all

Modified: desktop/unstable/accerciser/debian/patches/01_remove_site_package_version.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/accerciser/debian/patches/01_remove_site_package_version.patch?rev=23770&op=diff
==============================================================================
--- desktop/unstable/accerciser/debian/patches/01_remove_site_package_version.patch [utf-8] (original)
+++ desktop/unstable/accerciser/debian/patches/01_remove_site_package_version.patch [utf-8] Tue Apr 13 11:15:39 2010
@@ -1,5 +1,5 @@
---- accerciser-1.3.4/src/accerciser.in.orig	2008-06-16 20:19:54.000000000 +0200
-+++ accerciser-1.3.4/src/accerciser.in	2008-06-16 22:01:43.000000000 +0200
+--- a/src/accerciser.in
++++ b/src/accerciser.in
 @@ -20,10 +20,6 @@
  # We can't rely on prefix if we're installed by relocated RPM. Instead, we 
  # use __file__ and for now hope that lib is relative to bin.
@@ -9,5 +9,5 @@
 -# point to the proper site-packages path
 -sys.path.insert(1, libs)
  
- import gnome
- # make this program accessible
+ import pygtk
+ pygtk.require('2.0')

Added: desktop/unstable/accerciser/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/accerciser/debian/patches/series?rev=23770&op=file
==============================================================================
--- desktop/unstable/accerciser/debian/patches/series (added)
+++ desktop/unstable/accerciser/debian/patches/series [utf-8] Tue Apr 13 11:15:39 2010
@@ -1,0 +1,1 @@
+01_remove_site_package_version.patch

Modified: desktop/unstable/accerciser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/accerciser/debian/rules?rev=23770&op=diff
==============================================================================
--- desktop/unstable/accerciser/debian/rules [utf-8] (original)
+++ desktop/unstable/accerciser/debian/rules [utf-8] Tue Apr 13 11:15:39 2010
@@ -3,7 +3,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk

Added: desktop/unstable/accerciser/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/accerciser/debian/source/format?rev=23770&op=file
==============================================================================
--- desktop/unstable/accerciser/debian/source/format (added)
+++ desktop/unstable/accerciser/debian/source/format [utf-8] Tue Apr 13 11:15:39 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the pkg-gnome-commits mailing list