From e05ae18df72ddcb7e24d18cd921db1cb3d20445d Mon Sep 17 00:00:00 2001 From: mertz Date: Tue, 29 Oct 2002 09:05:41 +0000 Subject: ivymon devient un paquet indépendant de l'architecture amélioration de la description du paquet suppression du fichier files de CVS, car il est généré. --- debian/rules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index c6106de..52a76ad 100755 --- a/debian/rules +++ b/debian/rules @@ -17,12 +17,6 @@ clean: binary-indep: checkroot build $(checkdir) -# There are no architecture-independent files to be uploaded -# generated by this package. If there were any they would be -# made here. - -binary-arch: checkroot build - $(checkdir) -rm -rf debian/tmp install -d debian/tmp cd debian/tmp && install -d `cat ../dirs` @@ -36,6 +30,12 @@ binary-arch: checkroot build chmod -R go=rX debian/tmp dpkg --build debian/tmp .. +binary-arch: checkroot build + $(checkdir) +# There are no architecture-dependent files to be uploaded +# generated by this package. If there were any they would be +# made here. + define checkdir test -f debian/rules endef -- cgit v1.1