added structure for debian package
This commit is contained in:
parent
34cb70b015
commit
9f6df5707b
16 changed files with 143 additions and 0 deletions
6
debian/README
vendored
Normal file
6
debian/README
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
The Debian Package libfn
|
||||
----------------------------
|
||||
|
||||
Comments regarding the Package
|
||||
|
||||
-- Steffen Vogel <info@steffenvogel.de> Sun, 12 Jun 2011 14:29:08 +0200
|
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
libfn (0.1) unstable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
-- Steffen Vogel <info@steffenvogel.de> Sun, 12 Jun 2011 14:29:08 +0200
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
7
|
28
debian/control
vendored
Normal file
28
debian/control
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
Source: libfn
|
||||
Priority: extra
|
||||
Maintainer: Steffen Vogel <info@steffenvogel.de>
|
||||
Build-Depends: debhelper (>= 7.0.50~), autotools-dev
|
||||
Standards-Version: 3.8.4
|
||||
Section: libs
|
||||
Homepage: https://github.com/fd0/fnordlicht/
|
||||
Vcs-Git: git://github.com/stv0g/libfn.git
|
||||
Vcs-Browser: https://github.com/stv0g/libfn
|
||||
|
||||
Package: libfn-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: libfn (= ${binary:Version})
|
||||
Description: Header file for libfn
|
||||
This package includes a header file to
|
||||
compile libfn in other programs
|
||||
|
||||
Package: libfn
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Library for interfacing fnordlichts
|
||||
This Package includes some quite helpful utilities:
|
||||
libfn is a simple c lib for controlling your fnordlichts
|
||||
fnctl is a sample programm which uses libfn
|
||||
fnvum is a vu meter to use your fnordlichts as a calvilux
|
||||
fnpom is a program to visualize measurements from a volkszaehler.org middleware
|
50
debian/copyright
vendored
Normal file
50
debian/copyright
vendored
Normal file
|
@ -0,0 +1,50 @@
|
|||
This work was packaged for Debian by:
|
||||
|
||||
Steffen Vogel <info@steffenvogel.de> on Sun, 12 Jun 2011 14:29:08 +0200
|
||||
|
||||
It was downloaded from:
|
||||
|
||||
<url://example.com>
|
||||
|
||||
Upstream Author(s):
|
||||
|
||||
<put author's name and email here>
|
||||
<likewise for another author>
|
||||
|
||||
Copyright:
|
||||
|
||||
<Copyright (C) YYYY Firstname Lastname>
|
||||
<likewise for another author>
|
||||
|
||||
License:
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This package is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
|
||||
|
||||
The Debian packaging is:
|
||||
|
||||
Copyright (C) 2011 Steffen Vogel <info@steffenvogel.de>
|
||||
|
||||
# Please chose a license for your packaging work. If the program you package
|
||||
# uses a mainstream license, using the same license is the safest choice.
|
||||
# Please avoid to pick license terms that are more restrictive than the
|
||||
# packaged work, as it may make Debian's contributions unacceptable upstream.
|
||||
# If you just want it to be GPL version 3, leave the following line in.
|
||||
|
||||
and is licensed under the GPL version 3, see above.
|
||||
|
||||
# Please also look if there are files or directories which have a
|
||||
# different copyright/license attached and list them here.
|
2
debian/docs
vendored
Normal file
2
debian/docs
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
NEWS
|
||||
README
|
2
debian/libfn-dev.dirs
vendored
Normal file
2
debian/libfn-dev.dirs
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
usr/lib
|
||||
usr/include
|
5
debian/libfn-dev.install
vendored
Normal file
5
debian/libfn-dev.install
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
usr/include/*
|
||||
usr/lib/lib*.a
|
||||
usr/lib/lib*.so
|
||||
usr/lib/pkgconfig/*
|
||||
usr/lib/*.la
|
4
debian/libfn.cron.d.ex
vendored
Normal file
4
debian/libfn.cron.d.ex
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
#
|
||||
# Regular cron jobs for the libfn package
|
||||
#
|
||||
0 4 * * * root [ -x /usr/bin/libfn_maintenance ] && /usr/bin/libfn_maintenance
|
1
debian/libfn.dirs
vendored
Normal file
1
debian/libfn.dirs
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
usr/lib
|
20
debian/libfn.doc-base.EX
vendored
Normal file
20
debian/libfn.doc-base.EX
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
Document: libfn
|
||||
Title: Debian libfn Manual
|
||||
Author: <insert document author here>
|
||||
Abstract: This manual describes what libfn is
|
||||
and how it can be used to
|
||||
manage online manuals on Debian systems.
|
||||
Section: unknown
|
||||
|
||||
Format: debiandoc-sgml
|
||||
Files: /usr/share/doc/libfn/libfn.sgml.gz
|
||||
|
||||
Format: postscript
|
||||
Files: /usr/share/doc/libfn/libfn.ps.gz
|
||||
|
||||
Format: text
|
||||
Files: /usr/share/doc/libfn/libfn.text.gz
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/libfn/html/index.html
|
||||
Files: /usr/share/doc/libfn/html/*.html
|
2
debian/libfn.install
vendored
Normal file
2
debian/libfn.install
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
usr/bin/*
|
||||
usr/lib/lib*.so.*
|
2
debian/menu.ex
vendored
Normal file
2
debian/menu.ex
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
?package(libfn):needs="X11|text|vc|wm" section="Applications/see-menu-manual"\
|
||||
title="libfn" command="/usr/bin/libfn"
|
13
debian/rules
vendored
Executable file
13
debian/rules
vendored
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# This file was originally written by Joey Hess and Craig Small.
|
||||
# As a special exception, when this file is copied by dh-make into a
|
||||
# dh-make output file, you may use that output file without restriction.
|
||||
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh $@
|
1
debian/shlibs.local.ex
vendored
Normal file
1
debian/shlibs.local.ex
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
libfn 0.1 libfn (>> 0.1-0), libfn (<< 0.1-99)
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
3.0 (native)
|
Loading…
Add table
Reference in a new issue