diff --git a/debian/README b/debian/README new file mode 100644 --- /dev/null +++ b/debian/README @@ -0,0 +1,6 @@ +The Debian Package lppserial +---------------------------- + +Comments regarding the Package + + -- Alexis Jeandet Fri, 07 Oct 2011 07:04:50 +0200 diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,6 @@ +lppserial for Debian +-------------------- + + + + -- Alexis Jeandet Fri, 07 Oct 2011 07:04:50 +0200 diff --git a/debian/README.source b/debian/README.source new file mode 100644 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,9 @@ +lppserial for Debian +-------------------- + + + + + + diff --git a/debian/changelog b/debian/changelog new file mode 100644 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +lppserial (1.0) unstable; urgency=low + + * Initial Release. + + -- Alexis Jeandet Fri, 07 Oct 2011 07:04:50 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 --- /dev/null +++ b/debian/compat @@ -0,0 +1,1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: lppserial +Section: unknown +Priority: extra +Maintainer: Alexis Jeandet +Build-Depends: debhelper (>= 7.0.50~), autotools-dev +Standards-Version: 3.8.4 +Homepage: http://pc-instru.lpp.polytechnique.fr +#Vcs-Git: git://git.debian.org/collab-maint/lppserial.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/lppserial.git;a=summary + +Package: lppserial +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Simple multi-platform serial port library + Tested on both windows and linux. diff --git a/debian/copyright b/debian/copyright new file mode 100644 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,50 @@ +This work was packaged for Debian by: + + Alexis Jeandet on Fri, 07 Oct 2011 07:04:50 +0200 + +It was downloaded from: + + pc-instru.lpp.polytechnique.fr + +Upstream Author(s): + + Alexis Jeandet + + +Copyright: + + Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS + + +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 . + +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 Alexis Jeandet + +# 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. diff --git a/debian/docs b/debian/docs new file mode 100644 --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +NEWS +README diff --git a/debian/rules b/debian/rules new file mode 100755 --- /dev/null +++ b/debian/rules @@ -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 $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 --- /dev/null +++ b/debian/source/format @@ -0,0 +1,1 @@ +3.0 (native)