--- ChangeLog | 4 ++++ Makefile.am | 5 +++++ 2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog index c130337..bed7b6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2012-01-30 Guillaume Lazzara z@lrde.epita.fr
+ * Makefile.am: Add 'deb' rule. + +2012-01-30 Guillaume Lazzara z@lrde.epita.fr + * debian/copyright: Set copyright.
2012-01-30 Guillaume Lazzara z@lrde.epita.fr diff --git a/Makefile.am b/Makefile.am index 66dc10c..e051c68 100644 --- a/Makefile.am +++ b/Makefile.am @@ -115,6 +115,11 @@ CLEANFILES = $(PORTFILE)
port: $(PORTFILE)
+deb: + git-buildpackage --git-export-dir=../build-area/ \ + --git-builder="debuild -i'.git' -I.git " + + ## FIXME: Running `build-aux/build_unit_test.sh' just to update ## `milena/tests/unit_test/unit-tests.mk' is overkill: ##