]> matita.cs.unibo.it Git - pkg-cerco/acc-trusted.git/commitdiff
minimal package ready
authorEnrico Tassi <gares@fettunta.org>
Thu, 4 Apr 2013 09:55:22 +0000 (11:55 +0200)
committerEnrico Tassi <gares@fettunta.org>
Thu, 4 Apr 2013 09:55:22 +0000 (11:55 +0200)
debian/acc-trusted.install [new file with mode: 0644]
debian/rules

diff --git a/debian/acc-trusted.install b/debian/acc-trusted.install
new file mode 100644 (file)
index 0000000..bc7b689
--- /dev/null
@@ -0,0 +1 @@
+/usr/bin/
index 9fa7a0dcef971be36a56ce6b462db3df1910e7f6..63a06ed3a4116bd2998e924c17d5731b33c17072 100755 (executable)
@@ -7,12 +7,21 @@ override_dh_auto_build:
        ./build
        
 override_dh_auto_install:
+       mkdir -p debian/tmp/usr/bin
+       cp acc debian/tmp/usr/bin/
 
 override_dh_auto_clean:
        find . -name '*.cmo' -exec rm {} \;
        find . -name '*.cmi' -exec rm {} \;
        find . -name '*.cmx' -exec rm {} \;
+       find . -name '*.o' -exec rm {} \;
+       find . -name '*.so' -exec rm {} \;
+       find . -name '*.a' -exec rm {} \;
+       find . -name '*.byte' -exec rm {} \;
+       rm -rf acc cparser/Lexer.ml cparser/Parser.ml cparser/Parser.mli
        rm -rf extracted/_build/ extracted/extracted.mlpack 
+       rm -rf cparser/Parser.output cparser/cparser cparser/cparser.cma
+       rm -rf cparser/cparser.cmxa extracted/_tags
 
 override_dh_auto_test:
        # no test