r4769 - in /vdr/vdradmin-am/trunk/debian: changelog rules
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Fri Jun 22 12:55:46 UTC 2007
Author: tiber-guest
Date: Fri Jun 22 12:55:46 2007
New Revision: 4769
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=4769
Log:
* Fixed buildproblem - locales were copied twice to locales.backup,
causing the the locales directory to contain a copy of itself when
restoring it in the clean target
Modified:
vdr/vdradmin-am/trunk/debian/changelog
vdr/vdradmin-am/trunk/debian/rules
Modified: vdr/vdradmin-am/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdradmin-am/trunk/debian/changelog?rev=4769&op=diff
==============================================================================
--- vdr/vdradmin-am/trunk/debian/changelog (original)
+++ vdr/vdradmin-am/trunk/debian/changelog Fri Jun 22 12:55:46 2007
@@ -1,3 +1,11 @@
+vdradmin-am (3.5.3-4) unstable; urgency=low
+
+ * Fixed buildproblem - locales were copied twice to locales.backup,
+ causing the the locales directory to contain a copy of itself when
+ restoring it in the clean target
+
+ -- Tobias Grimm <tg at e-tobi.net> Fri, 22 Jun 2007 14:53:36 +0200
+
vdradmin-am (3.5.3-3) unstable; urgency=low
* Added XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control
Modified: vdr/vdradmin-am/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdradmin-am/trunk/debian/rules?rev=4769&op=diff
==============================================================================
--- vdr/vdradmin-am/trunk/debian/rules (original)
+++ vdr/vdradmin-am/trunk/debian/rules Fri Jun 22 12:55:46 2007
@@ -21,7 +21,7 @@
dh_clean
build: patch-stamp
- @cp -r locale locale.backup
+ @[ -e locale.backup ] || cp -r locale locale.backup
#$(MAKE) all
#
# Note: all files are installed using dh_install
More information about the pkg-vdr-dvb-changes
mailing list