Skip to content

Commit e8ddadf

Browse files
Add debian packaging directory
1 parent e7be5d7 commit e8ddadf

File tree

9 files changed

+72
-0
lines changed

9 files changed

+72
-0
lines changed

debian/README.source

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
git-fat 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+
-- unknown <vagrant@unknown> Tue, 12 Apr 2016 20:44:03 +0000
10+

debian/changelog

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
git-fat (1.0.0-1) trusty; urgency=low
2+
3+
* Initial release
4+
5+
-- Mike Nicholson <[email protected]> Tue, 12 Apr 2016 20:44:03 +0000

debian/compat

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9

debian/control

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Source: git-fat
2+
Section: Viavi/Development
3+
Priority: optional
4+
Maintainer: Mike Nicholson <[email protected]>
5+
Build-Depends: debhelper (>= 9.0.0), python (>= 2.6.6)
6+
Standards-Version: 3.9.5
7+
Homepage: https://github.com/ViaviSolutions/git-fat
8+
#Vcs-Git: git://git.debian.org/collab-maint/git-fat.git
9+
#Vcs-Browser: http://git.debian.org/?p=collab-maint/git-fat.git;a=summary
10+
11+
Package: git-fat
12+
Architecture: all
13+
Depends: git,
14+
rsync,
15+
${misc:Depends},
16+
${python:Depends}
17+
Description: Large file versioning for Git
18+
This version of git-fat includes changes made by and for Viavi Solutions

debian/copyright

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: git-fat
3+
Source: https://github.com/ViaviSolutions/git-fat
4+
5+
Files: *
6+
Copyright: 2012 Jed Brown
7+
License: BSD-2
8+
Redistribution and use in source and binary forms, with or without modification,
9+
are permitted provided that the following conditions are met:
10+
.
11+
* Redistributions of source code must retain the above copyright notice, this
12+
list of conditions and the following disclaimer.
13+
* Redistributions in binary form must reproduce the above copyright notice, this
14+
list of conditions and the following disclaimer in the documentation and/or
15+
other materials provided with the distribution.
16+
.
17+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
18+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
21+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
24+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27+

debian/docs

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
README.md

debian/install

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
git-fat /usr/bin/

debian/rules

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/make -f
2+
# -*- makefile -*-
3+
4+
# Uncomment this to turn on verbose mode.
5+
#export DH_VERBOSE=1
6+
7+
%:
8+
dh $@ --with python2

debian/source/format

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0 (quilt)

0 commit comments

Comments
 (0)