Skip to content

Commit 6418f36

Browse files
committed
Packaging for Debian 10 (Buster).
1 parent db4544e commit 6418f36

File tree

7 files changed

+55
-0
lines changed

7 files changed

+55
-0
lines changed

packaging/debian-buster/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
sasl-xoauth2 (0.8-1debian1~buster1) buster; urgency=low
2+
3+
* Package for Debian 10.
4+
5+
-- Tarick Bedeir (Debian Development) <[email protected]> Mon, 23 Mar 2020 09:49:00 -0700

packaging/debian-buster/compat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9

packaging/debian-buster/control

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Source: sasl-xoauth2
2+
Section: utils
3+
Priority: extra
4+
Maintainer: Tarick Bedeir (Ubuntu Development) <[email protected]>
5+
Build-Depends: debhelper (>= 9~),
6+
cmake,
7+
libcurl4-dev,
8+
libjsoncpp-dev,
9+
libsasl2-dev,
10+
libstdc++6-4.6-dev | libstdc++-dev,
11+
pkg-config
12+
Standards-Version: 4.1.3
13+
14+
Package: sasl-xoauth2
15+
Architecture: any
16+
Depends: libsasl2-2, ${shlibs:Depends}, ${misc:Depends}
17+
Description: SASL extension for XOAUTH2.

packaging/debian-buster/copyright

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Format: http://dep.debian.net/deps/dep5
2+
Upstream-Name: sasl-xoauth2
3+
Source: https://github.com/tarickb/sasl-xoauth2
4+
5+
Files: *
6+
Copyright: 2019 Tarick Bedeir <[email protected]>
7+
License: Apache-2.0
8+
Copyright 2020 Google LLC
9+
.
10+
Licensed under the Apache License, Version 2.0 (the "License");
11+
you may not use this file except in compliance with the License.
12+
You may obtain a copy of the License at
13+
.
14+
http://www.apache.org/licenses/LICENSE-2.0
15+
.
16+
Unless required by applicable law or agreed to in writing, software
17+
distributed under the License is distributed on an "AS IS" BASIS,
18+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
See the License for the specific language governing permissions and
20+
limitations under the License.
21+
.
22+
On debian systems, the complete text of the license can be found in the
23+
/usr/share/common-licenses/Apache-2.0 file.

packaging/debian-buster/docs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
README.md

packaging/debian-buster/rules

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/make -f
2+
3+
%:
4+
dh $@
5+
6+
override_dh_auto_configure:
7+
dh_auto_configure -- -DEnableTests=OFF
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0 (quilt)

0 commit comments

Comments
 (0)