summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authormertz2002-10-29 09:05:41 +0000
committermertz2002-10-29 09:05:41 +0000
commite05ae18df72ddcb7e24d18cd921db1cb3d20445d (patch)
treebd4a75611e5f1c5d6e6cecfbcc98733603ac5978 /debian/rules
parent4159141904cc5f5a516787501222667b8f4f24c0 (diff)
downloadivymon-e05ae18df72ddcb7e24d18cd921db1cb3d20445d.zip
ivymon-e05ae18df72ddcb7e24d18cd921db1cb3d20445d.tar.gz
ivymon-e05ae18df72ddcb7e24d18cd921db1cb3d20445d.tar.bz2
ivymon-e05ae18df72ddcb7e24d18cd921db1cb3d20445d.tar.xz
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é.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules12
1 files changed, 6 insertions, 6 deletions
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