From: Christian Bayle Date: Tue, 7 Apr 2009 21:03:14 +0000 (+0000) Subject: Build the real control file X-Git-Tag: v5_0_rc1~1199 X-Git-Url: https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge%2Ffusionforge.git;a=commitdiff_plain;h=bc259ba206ec601a026e06c74999ec5ebe90dcc4;ds=inline Build the real control file --- diff --git a/gforge/control/Makefile b/gforge/control/Makefile index e09f650a48..9aec4b9041 100644 --- a/gforge/control/Makefile +++ b/gforge/control/Makefile @@ -1,2 +1,2 @@ -control: - ls [0-9][0-9][0-9]* | grep -v shortdesc | while read file ; do cat $${file}; if [ -f $${file}.shortdesc ] ; then cat AAAdesc; echo ' .'; cat $${file}.shortdesc; fi; echo ''; done | sed 's/@PACKAGE@/gforge/g' > control +../debian/control: + ls [0-9][0-9][0-9]* | grep -v shortdesc | while read file ; do cat $${file}; if [ -f $${file}.shortdesc ] ; then cat AAAdesc; echo ' .'; cat $${file}.shortdesc; fi; echo ''; done | sed 's/@PACKAGE@/gforge/g' > ../debian/control