[Python-modules-commits] r2742 - in /packages/evolution-python/trunk: Makefile.in config.guess config.sub configure debian/changelog debian/copyright debian/rules src/ test/

tviehmann at users.alioth.debian.org tviehmann at users.alioth.debian.org
Sun Jul 15 10:11:49 UTC 2007


Author: tviehmann
Date: Sun Jul 15 10:11:49 2007
New Revision: 2742

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2742
Log:
Updates for new upstream version

Removed:
    packages/evolution-python/trunk/Makefile.in
    packages/evolution-python/trunk/config.guess
    packages/evolution-python/trunk/config.sub
    packages/evolution-python/trunk/configure
    packages/evolution-python/trunk/src/
    packages/evolution-python/trunk/test/
Modified:
    packages/evolution-python/trunk/debian/changelog
    packages/evolution-python/trunk/debian/copyright
    packages/evolution-python/trunk/debian/rules

Modified: packages/evolution-python/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/evolution-python/trunk/debian/changelog?rev=2742&op=diff
==============================================================================
--- packages/evolution-python/trunk/debian/changelog (original)
+++ packages/evolution-python/trunk/debian/changelog Sun Jul 15 10:11:49 2007
@@ -1,6 +1,12 @@
-evolution-python (0.0.1+svn-20070609-2) UNRELEASED; urgency=low
+evolution-python (0.0.2-1) experimental; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream version
+    - adresses exessive linking so we can drop some of the sed
+    - clarifies license
+    - builds from upstream tarball so we don't need to ship auto* files in
+      .diff.gz
+  * Improve package description based on feedback by Christian Perrier and
+    MJ Ray, thanks!
 
  -- Thomas Viehmann <tv at beamnet.de>  Sun, 10 Jun 2007 18:56:32 +0200
 

Modified: packages/evolution-python/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/evolution-python/trunk/debian/copyright?rev=2742&op=diff
==============================================================================
--- packages/evolution-python/trunk/debian/copyright (original)
+++ packages/evolution-python/trunk/debian/copyright Sun Jul 15 10:11:49 2007
@@ -1,6 +1,6 @@
 This package was debianized by Thomas Viehmann <tv at beamnet.de>.
 
-It was downloaded from SVN linked by
+It was downloaded from (or possilbly from SVN linked by)
 http://www.conduit-project.org/wiki/evolution-python
 
 Copyright for primary upstream author:
@@ -10,8 +10,7 @@
    Copyright (C) 2005 Christian Persch <chpe at cvs.gnome.org>
    Copyright (C) 2005 Crispin Flowerday <gnome at flowerday.cx>
 
-License (note that upstream accidentally ships the LPGL, but the files
-say GPL):
+License:
 
     This package is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: packages/evolution-python/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/evolution-python/trunk/debian/rules?rev=2742&op=diff
==============================================================================
--- packages/evolution-python/trunk/debian/rules (original)
+++ packages/evolution-python/trunk/debian/rules Sun Jul 15 10:11:49 2007
@@ -30,7 +30,7 @@
 		PYTHON=/usr/bin/python$* CFLAGS="$(CFLAGS)" \
 			$(CURDIR)/configure $(configure_flags) \
 	        && \
-		sed 's/-latk-1.0\|-lbonobo-activation\|-lcairo\|-ldl\|-lfontconfig\|-lgconf-2\|-lgdk-x11-2.0\|-lgmodule-2.0\|-lgnome-2\|-lgthread-2.0\|-lgtk-x11-2.0\|-lm\|-lORBit-2\|-lpangocairo-1.0\|-lpopt\|-lpthread\|-lrt\|-lXcursor\|-lXext\|-lXfixes\|-lXinerama\|-lXi\|-lxml2\|-lXrandr\|-lXrender//g' \
+		sed 's/-lbonobo-activation\|-ldl\|-lgconf-2\|-lgmodule-2.0\|-lgnome-2\|-lgthread-2.0\|-lm\|-lORBit-2\|-lpopt\|-lrt\|-lxml2\|//g' \
 		  < src/Makefile > src/Makefile. && \
 		mv src/Makefile. src/Makefile
 	touch $@




More information about the Python-modules-commits mailing list