debian package

This commit is contained in:
Florent
2013-05-31 11:06:28 +02:00
parent ce908d03ca
commit b07786d60f
5 changed files with 29 additions and 0 deletions

10
debian/rules vendored Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_configure:
./bootstrap.sh
./configure
override_dh_auto_install:
$(MAKE) DESTDIR=$$(pwd)/debian/libstrophe-git prefix=/usr install