##// END OF EJS Templates
added debian package files
jeandet -
r16:ef0bcee38c8b alexis
parent child
Show More
@@ -0,0 +1,6
1 The Debian Package lppserial
2 ----------------------------
3
4 Comments regarding the Package
5
6 -- Alexis Jeandet <alexis.jeandet@lpp.polytechnique.fr> Fri, 07 Oct 2011 07:04:50 +0200
@@ -0,0 +1,6
1 lppserial for Debian
2 --------------------
3
4 <possible notes regarding this package - if none, delete this file>
5
6 -- Alexis Jeandet <alexis.jeandet@lpp.polytechnique.fr> Fri, 07 Oct 2011 07:04:50 +0200
@@ -0,0 +1,9
1 lppserial for Debian
2 --------------------
3
4 <this file describes information about the source package, see Debian policy
5 manual section 4.14. You WILL either need to modify or delete this file>
6
7
8
9
@@ -0,0 +1,5
1 lppserial (1.0) unstable; urgency=low
2
3 * Initial Release.
4
5 -- Alexis Jeandet <alexis.jeandet@lpp.polytechnique.fr> Fri, 07 Oct 2011 07:04:50 +0200
@@ -0,0 +1,1
1 7
@@ -0,0 +1,15
1 Source: lppserial
2 Section: unknown
3 Priority: extra
4 Maintainer: Alexis Jeandet <alexis.jeandet@lpp.polytechnique.fr>
5 Build-Depends: debhelper (>= 7.0.50~), autotools-dev
6 Standards-Version: 3.8.4
7 Homepage: http://pc-instru.lpp.polytechnique.fr
8 #Vcs-Git: git://git.debian.org/collab-maint/lppserial.git
9 #Vcs-Browser: http://git.debian.org/?p=collab-maint/lppserial.git;a=summary
10
11 Package: lppserial
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Description: Simple multi-platform serial port library
15 Tested on both windows and linux.
@@ -0,0 +1,50
1 This work was packaged for Debian by:
2
3 Alexis Jeandet <alexis.jeandet@lpp.polytechnique.fr> on Fri, 07 Oct 2011 07:04:50 +0200
4
5 It was downloaded from:
6
7 pc-instru.lpp.polytechnique.fr
8
9 Upstream Author(s):
10
11 Alexis Jeandet <alexis.jeandet@lpp.polytechnique.fr>
12
13
14 Copyright:
15
16 Copyright (C) 2011, Laboratory of Plasmas Physic - CNRS
17
18
19 License:
20
21 This program is free software: you can redistribute it and/or modify
22 it under the terms of the GNU General Public License as published by
23 the Free Software Foundation, either version 3 of the License, or
24 (at your option) any later version.
25
26 This package is distributed in the hope that it will be useful,
27 but WITHOUT ANY WARRANTY; without even the implied warranty of
28 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 GNU General Public License for more details.
30
31 You should have received a copy of the GNU General Public License
32 along with this program. If not, see <http://www.gnu.org/licenses/>.
33
34 On Debian systems, the complete text of the GNU General
35 Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
36
37 The Debian packaging is:
38
39 Copyright (C) 2011 Alexis Jeandet <alexis.jeandet@lpp.polytechnique.fr>
40
41 # Please chose a license for your packaging work. If the program you package
42 # uses a mainstream license, using the same license is the safest choice.
43 # Please avoid to pick license terms that are more restrictive than the
44 # packaged work, as it may make Debian's contributions unacceptable upstream.
45 # If you just want it to be GPL version 3, leave the following line in.
46
47 and is licensed under the GPL version 3, see above.
48
49 # Please also look if there are files or directories which have a
50 # different copyright/license attached and list them here.
@@ -0,0 +1,2
1 NEWS
2 README
@@ -0,0 +1,13
1 #!/usr/bin/make -f
2 # -*- makefile -*-
3 # Sample debian/rules that uses debhelper.
4 # This file was originally written by Joey Hess and Craig Small.
5 # As a special exception, when this file is copied by dh-make into a
6 # dh-make output file, you may use that output file without restriction.
7 # This special exception was added by Craig Small in version 0.37 of dh-make.
8
9 # Uncomment this to turn on verbose mode.
10 #export DH_VERBOSE=1
11
12 %:
13 dh $@
@@ -0,0 +1,1
1 3.0 (native)
General Comments 0
You need to be logged in to leave comments. Login now