Skip to content

Commit 4b7db2e

Browse files
authored
Merge pull request #4 from lscsoft/debvirtpackaging
Merge LIGO-managed CVMFS OSG configuration Debian package into upstream.
2 parents cfbd12c + d01e585 commit 4b7db2e

File tree

6 files changed

+32
-79
lines changed

6 files changed

+32
-79
lines changed

Makefile

-6
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ install-common:
1717
install -D -m 444 opensciencegrid.org.pub $(DESTDIR)/etc/cvmfs/keys/opensciencegrid.org
1818

1919
install-debian: install-common
20-
mkdir -p $(DESTDIR)/lib/systemd/system \
21-
$(DESTDIR)/lib/systemd/system/autofs.service.wants \
22-
$(DESTDIR)/usr/sbin
23-
install -D -m 444 cvmfs-config-osg.service $(DESTDIR)/lib/systemd/system
24-
ln -s ../cvmfs-config-osg.service $(DESTDIR)/lib/systemd/system/autofs.service.wants/cvmfs-config-osg.service
25-
install -D -m 555 cvmfs-config-osgd $(DESTDIR)/usr/sbin
2620

2721
# assume DESTDIR=$RPM_BUILD_ROOT is passed in
2822
install-redhat: install-common

cvmfs-config-osg.service

-11
This file was deleted.

cvmfs-config-osgd

-18
This file was deleted.

packaging/debian/control

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
Source: cvmfs-config-osg
22
Maintainer: Dave Dykstra <[email protected]>
3-
Section: config
3+
Section: utils
44
Priority: extra
5-
Standards-Version: 3.9.3.1
6-
Build-Depends: debhelper (>= 9)
7-
Homepage: http://github.conf/opensciencegrid/cvmfs-config-osg
5+
Standards-Version: 3.9.6
6+
Build-Depends: debhelper (>= 9)
7+
Homepage: http://github.com/opensciencegrid/cvmfs-config-osg
88

99
Package: cvmfs-config-osg
1010
Architecture: all
11+
Depends: ${misc:Depends}
1112
Provides: cvmfs-config
1213
Conflicts: cvmfs-config
13-
Description: CernVM File System configuration for OSG
14+
Description: CernVM File System configuration for Open Science Grid
15+
The CernVM File System is a client for accessing remote file systems
16+
using HTTP. This package provides the necessary configuration for
17+
accessing filesystems maintained by the Open Science Grid.

packaging/debian/copyright

+23-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,34 @@
1-
21
Copyright:
32

43
Copyright (c) 2017, Fermi National Accelerator Laboratory
54

65
License:
76

8-
Distributed unter the BSD License.
7+
Distributed under the BSD 3-Clause License.
98

109
The Debian packaging is:
1110

1211
Copyright (C) 2017 Dave Dykstra <[email protected]>
12+
All rights reserved.
13+
14+
Redistribution and use in source and binary forms, with or without
15+
modification, are permitted provided that the following conditions are met:
16+
* Redistributions of source code must retain the above copyright
17+
notice, this list of conditions and the following disclaimer.
18+
* Redistributions in binary form must reproduce the above copyright
19+
notice, this list of conditions and the following disclaimer in the
20+
documentation and/or other materials provided with the distribution.
21+
* Neither the name of the Fermi National Accelerator Laboratory nor the
22+
names of its contributors may be used to endorse or promote products
23+
derived from this software without specific prior written permission.
1324

14-
You are free to distribute this software under the terms of
15-
the BSD License.
16-
On Debian systems, the complete text of the BSD License can be
17-
found in the file `/usr/share/common-licenses/BSD'.
25+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
26+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
27+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28+
DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
29+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
30+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
31+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
32+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
34+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

packaging/debian/postrm

-33
This file was deleted.

0 commit comments

Comments
 (0)