r16115 - in /desktop/unstable/control-center/debian: changelog rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu May 29 16:38:40 UTC 2008


Author: slomo
Date: Thu May 29 16:38:39 2008
New Revision: 16115

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16115
Log:
  + debian/rules:
    - Run touch on every file to fix up timestamps.

Modified:
    desktop/unstable/control-center/debian/changelog
    desktop/unstable/control-center/debian/rules

Modified: desktop/unstable/control-center/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/control-center/debian/changelog?rev=16115&op=diff
==============================================================================
--- desktop/unstable/control-center/debian/changelog (original)
+++ desktop/unstable/control-center/debian/changelog Thu May 29 16:38:39 2008
@@ -8,6 +8,8 @@
   * New upstream bugfix release:
     + debian/patches/70_relibtoolize.patch:
       - Updated to apply cleanly again.
+    + debian/rules:
+      - Run touch on every file to fix up timestamps.
 
  -- Sebastian Dröge <slomo at debian.org>  Thu, 29 May 2008 10:32:54 +0200
 

Modified: desktop/unstable/control-center/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/control-center/debian/rules?rev=16115&op=diff
==============================================================================
--- desktop/unstable/control-center/debian/rules (original)
+++ desktop/unstable/control-center/debian/rules Thu May 29 16:38:39 2008
@@ -28,6 +28,10 @@
 %.1: %.sgml
 	/usr/bin/docbook-to-man $< >$@
 
+pre-build::
+	find . -type f -exec touch '{}' \;
+	find . -type d -exec touch '{}' \;
+
 clean::
 	rm -f $(DEB_INSTALL_MANPAGES_gnome-control-center)
 




More information about the pkg-gnome-commits mailing list