[Pgp-tools-commit] r588 - in trunk: debian gpgdir/test/data-dir/.hidden-dir gpgwrap/src

Guilhem Moulin guilhem-guest at moszumanska.debian.org
Mon Mar 24 00:14:33 UTC 2014


Author: guilhem-guest
Date: 2014-03-24 00:14:33 +0000 (Mon, 24 Mar 2014)
New Revision: 588

Added:
   trunk/gpgdir/test/data-dir/.hidden-dir/git-svn_doesnt_like_empty_dirs
Modified:
   trunk/debian/changelog
   trunk/gpgwrap/src/Makefile
Log:
Don't checkout empty directories as git-svn(1) doesn't like them.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2014-03-23 23:45:25 UTC (rev 587)
+++ trunk/debian/changelog	2014-03-24 00:14:33 UTC (rev 588)
@@ -78,6 +78,7 @@
     + Add ${python:Depends} as Depends and python as Build-Depends for
       gpgparticipants-prefill.
     + Add autoconf and automake1.11 as Build-Depends for keyanalyze.
+  * Don't checkout empty directories, as git-svn(1) doesn't like them.
 
   [ Thijs Kinkhorst ]
   * Remove Peter Palfrader and Christoph Berg from uploaders, as per their

Added: trunk/gpgdir/test/data-dir/.hidden-dir/git-svn_doesnt_like_empty_dirs
===================================================================
Modified: trunk/gpgwrap/src/Makefile
===================================================================
--- trunk/gpgwrap/src/Makefile	2014-03-23 23:45:25 UTC (rev 587)
+++ trunk/gpgwrap/src/Makefile	2014-03-24 00:14:33 UTC (rev 588)
@@ -10,6 +10,7 @@
 all: ${TARGET}
 
 ${TARGET}: gpgwrap.c
+	[ -d $(dir ${TARGET}) ] || mkdir $(dir ${TARGET})
 	${CC} ${CFLAGS} ${LDFLAGS} -o ${TARGET} gpgwrap.c
 	${STRIP} ${TARGET} 2>/dev/null || true
 




More information about the Pgp-tools-commit mailing list