dect
/
libdect
Archived
13
0
Fork 0

libdect: add debian package build support

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2010-02-18 06:14:35 +01:00
parent c76a9cf3d9
commit 2038520854
9 changed files with 67 additions and 0 deletions

9
debian/.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
tmp/
stamp-*
*.log
*.substvars
*.debhelper
files
libdect-dev
libdect-doc
libdect

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
libdect (0.0.1-git0) experimental; urgency=low
* Initial release.
-- Patrick McHardy <kaber@trash.net> Thu, 27 Jul 2010 06:00:00 +0100

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
7

34
debian/control vendored Normal file
View File

@ -0,0 +1,34 @@
Source: libdect
Section: net
Priority: optional
Maintainer: Patrick McHardy <kaber@trash.net>
Build-Depends: debhelper (>= 7), cdbs, doxygen, texlive-latex-base, graphviz, ghostscript
Standards-Version: 3.8.0
Vcs-Git: git://dect.dyndns.org/libdect.git
Homepage: http://dect.dyndns.org
Package: libdect
Architecture: any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: DECT NWK layer library
This is a library providing an implementation of the DECT Network Layer.
Package: libdect-dev
Architecture: any
Section: libdevel
Depends: libdect (= ${binary:Version}), ${misc:Depends}
Description: development library and headers for libdect
This is a library providing an implementation of the DECT Network Layer.
.
This package contains all files that are needed to build applications using
libdect.
Package: libdect-doc
Architecture: any
Section: doc
Depends: ${misc:Depends}
Description: API documentation for libdect
This is a library providing an implementation of the DECT Network Layer.
.
This package contain the API reference documentation for libdect.

8
debian/copyright vendored Normal file
View File

@ -0,0 +1,8 @@
Copyright (c) 2009-2010 Patrick McHardy <kaber@trash.net>
License:
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.

1
debian/libdect-dev.install vendored Normal file
View File

@ -0,0 +1 @@
debian/tmp/usr/include/*

1
debian/libdect-doc.install vendored Normal file
View File

@ -0,0 +1 @@
doc/html/* usr/share/doc/libdect-doc/html

2
debian/libdect.install vendored Normal file
View File

@ -0,0 +1,2 @@
debian/tmp/usr/lib/libdect.so*
debian/tmp/usr/share/dect

6
debian/rules vendored Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_CONFIGURE_EXTRA_FLAGS := --enable-doc