r10231 - in /desktop/unstable/gnome-python/debian: changelog python-gnome2.prerm rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun Apr 22 13:20:37 UTC 2007


Author: lool
Date: Sun Apr 22 13:20:37 2007
New Revision: 10231

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10231
Log:
* List install-clean as .PHONY.
* Minor cleanup.

Modified:
    desktop/unstable/gnome-python/debian/changelog
    desktop/unstable/gnome-python/debian/python-gnome2.prerm
    desktop/unstable/gnome-python/debian/rules

Modified: desktop/unstable/gnome-python/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/changelog?rev=10231&op=diff
==============================================================================
--- desktop/unstable/gnome-python/debian/changelog (original)
+++ desktop/unstable/gnome-python/debian/changelog Sun Apr 22 13:20:37 2007
@@ -17,8 +17,9 @@
   * Drop Torsten Landschoff from Uploaders; thanks!
   * New upstream releases; new upstream stable series.
     - Bump up libgnomevfs2-dev build-dep to >= 2.14.0.
-
- -- Loic Minier <lool at dooz.org>  Sun, 22 Apr 2007 15:03:17 +0200
+  * List install-clean as .PHONY.
+
+ -- Loic Minier <lool at dooz.org>  Sun, 22 Apr 2007 15:20:08 +0200
 
 gnome-python (2.16.2-1) experimental; urgency=low
 

Modified: desktop/unstable/gnome-python/debian/python-gnome2.prerm
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/python-gnome2.prerm?rev=10231&op=diff
==============================================================================
--- desktop/unstable/gnome-python/debian/python-gnome2.prerm (original)
+++ desktop/unstable/gnome-python/debian/python-gnome2.prerm Sun Apr 22 13:20:37 2007
@@ -1,4 +1,5 @@
-#! /bin/sh
+#!/bin/sh
+
 set -e
 
 rm -f /usr/lib/gnome-vfs-2.0/modules/libpythonmethod.so

Modified: desktop/unstable/gnome-python/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/rules?rev=10231&op=diff
==============================================================================
--- desktop/unstable/gnome-python/debian/rules (original)
+++ desktop/unstable/gnome-python/debian/rules Sun Apr 22 13:20:37 2007
@@ -94,4 +94,4 @@
 	dh_builddeb -a
 
 binary: binary-arch binary-indep
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary install install-clean




More information about the pkg-gnome-commits mailing list