diff --git a/debian/rules b/debian/rules
index f4c783d..3229b0d 100644
--- a/debian/rules
+++ b/debian/rules
@@ -23,14 +23,8 @@ build-stamp:
dh_testdir
# Add here commands to compile the package.
- aclocal
- autoconf
-
- mkdir -p scripts
- automake --add-missing 2> /dev/null | true
-
+ NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr --disable-static
-
make all
# --- end custom part for compiling
diff --git a/rpm/_service b/rpm/_service
index 7ed178b..c695451 100644
--- a/rpm/_service
+++ b/rpm/_service
@@ -37,11 +37,11 @@
debian.control
-
+
*.tar
--
libgit2 0.21.2