debian package
This commit is contained in:
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
libstrophe-git (20130531) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Initial release. (Closes: #XXXXXX)
|
||||||
|
|
||||||
|
-- Florent Peterschmitt <florent@peterschmitt.fr> Fri, 31 May 2013 10:33:07 +0200
|
||||||
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
8
|
||||||
12
debian/control
vendored
Normal file
12
debian/control
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
Source: libstrophe-git
|
||||||
|
Maintainer: Florent Peterschmitt <florent@peterschmitt.fr>
|
||||||
|
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: any
|
||||||
10
debian/rules
vendored
Executable file
10
debian/rules
vendored
Executable 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
|
||||||
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
3.0 (quilt)
|
||||||
Reference in New Issue
Block a user