diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 9b0210e..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -libstrophe-git (20130531) UNRELEASED; urgency=low - - * Initial release. (Closes: #XXXXXX) - - -- Florent Peterschmitt Fri, 31 May 2013 10:33:07 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 45a4fb7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -8 diff --git a/debian/control b/debian/control deleted file mode 100644 index a29a301..0000000 --- a/debian/control +++ /dev/null @@ -1,12 +0,0 @@ -Source: libstrophe-git -Maintainer: Florent Peterschmitt -Section: misc -Priority: optional -Standards-Version: 3.9.2 -Build-Depends: debhelper (>=8), libexpat1-dev, libexpat1, automake, autoconf, pkg-config, check - -Package: libstrophe-git -Provides: libstrophe -Depends: ${shlibs:Depends}, ${misc:Depends}, libexpat1 -Description: A simple, lightweight C library for writing XMPP clients -Architecture: all diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 7f942b9..0000000 --- a/debian/rules +++ /dev/null @@ -1,10 +0,0 @@ -#!/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 diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 163aaf8..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt)