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

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu Apr 26 12:12:58 UTC 2007


Author: slomo
Date: Thu Apr 26 12:12:58 2007
New Revision: 10494

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10494
Log:
  + Clean MONO_SHARED_DIR in clean target.
  + Set appropiate permissions on *.exe and *.dll files.

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=10494&op=diff
==============================================================================
--- packages/unstable/last-exit/debian/changelog (original)
+++ packages/unstable/last-exit/debian/changelog Thu Apr 26 12:12:58 2007
@@ -15,6 +15,8 @@
   * debian/rules:
     + Don't call dh_makeclilibs. This is not a library package, also calling
       of dh_shlibdeps is handled by cdbs, we don't need to care about that.
+    + Clean MONO_SHARED_DIR in clean target.
+    + Set appropiate permissions on *.exe and *.dll files.
   * debian/control.in:
     + Greatly update build-depends from configure.ac and wrap them.
   * debian/patches/01_dllmaps.patch:

Modified: packages/unstable/last-exit/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/last-exit/debian/rules?rev=10494&op=diff
==============================================================================
--- packages/unstable/last-exit/debian/rules (original)
+++ packages/unstable/last-exit/debian/rules Thu Apr 26 12:12:58 2007
@@ -14,3 +14,10 @@
 common-binary-predeb-arch common-binary-predeb-indep::
 	dh_clideps -d
 
+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
+
+clean::
+	rm -rf $(MONO_SHARED_DIR)/.wapi
+




More information about the pkg-gnome-commits mailing list