r28719 - in /packages/unstable/last-exit/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Jun 30 08:43:59 UTC 2011


Author: pochu
Date: Thu Jun 30 08:43:59 2011
New Revision: 28719

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28719
Log:
* Acknowledge NMUs, thanks Jo Shields and Luk Claes.
* Non-maintainer upload.
* Don't ship .la files (Closes: #621570).

Modified:
    packages/unstable/last-exit/debian/changelog
    packages/unstable/last-exit/debian/rules

Modified: packages/unstable/last-exit/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/last-exit/debian/changelog?rev=28719&op=diff
==============================================================================
--- packages/unstable/last-exit/debian/changelog [utf-8] (original)
+++ packages/unstable/last-exit/debian/changelog [utf-8] Thu Jun 30 08:43:59 2011
@@ -1,8 +1,15 @@
 last-exit (6-5) UNRELEASED; urgency=low
 
-  * Acknowledge NMU, thanks Jo Shields.
+  * Acknowledge NMUs, thanks Jo Shields and Luk Claes.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Tue, 02 Feb 2010 22:14:37 +0100
+
+last-exit (6-4.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Don't ship .la files (Closes: #621570).
+
+ -- Luk Claes <luk at debian.org>  Sun, 19 Jun 2011 18:23:27 +0200
 
 last-exit (6-4.1) unstable; urgency=low
 

Modified: packages/unstable/last-exit/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/last-exit/debian/rules?rev=28719&op=diff
==============================================================================
--- packages/unstable/last-exit/debian/rules [utf-8] (original)
+++ packages/unstable/last-exit/debian/rules [utf-8] Thu Jun 30 08:43:59 2011
@@ -21,6 +21,7 @@
 install/last-exit::
 	find debian/ -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x
 	find debian/ -type f -name "*.exe" | xargs chmod +x
+	find debian/ -name "*.la" | xargs rm
 
 clean::
 	rm -rf $(MONO_SHARED_DIR)/.wapi




More information about the pkg-gnome-commits mailing list