Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add debian files. #1

Merged
merged 3 commits into from Mar 5, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions pack/debian/.gitignore
@@ -0,0 +1,6 @@
*.debhelper
.debhelper/
files
*.log
*.substvars
srain/
17 changes: 17 additions & 0 deletions pack/debian/changelog
@@ -0,0 +1,17 @@
srain (1.0.0) stable; urgency=medium

* Changes:
- Some code cleanup
- Update Quick Start documentation

* Bug fixes:
- Allow Srain runs without dbus secrets service (#195)
- Fix nick generation logical (39ced08)

-- Xuxin He <hxxtom@gmail.com> Wed, 04 Mar 2020 12:27:31 +0800
tomac4t marked this conversation as resolved.
Show resolved Hide resolved

srain (0.05.1-1) unstable; urgency=medium

* Initial release

-- yangfl <mmyangfl@gmail.com> Thu, 29 Dec 2016 18:51:38 +0800
1 change: 1 addition & 0 deletions pack/debian/compat
@@ -0,0 +1 @@
9
31 changes: 31 additions & 0 deletions pack/debian/control
@@ -0,0 +1,31 @@
Source: srain
Section: net
Priority: optional
Maintainer: Shengyu Zhang <silverrainz@outlook.com>
tomac4t marked this conversation as resolved.
Show resolved Hide resolved
Build-Depends:
debhelper (>= 9),
pkg-config,
gettext,
imagemagick,
libglib2.0-bin,
libgtk-3-dev,
python3 (>= 3.2),
tomac4t marked this conversation as resolved.
Show resolved Hide resolved
Standards-Version: 3.9.8
Homepage: https://github.com/SrainApp/srain/
Vcs-Browser: https://github.com/SrainApp/srain/
Vcs-Git: git://github.com/SrainApp/srain.git

Package: srain
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
python3 (>= 3.2),
libgtk-3-0 (>= 3.16),
glib-networking,
libsoup2.4-1,
libconfig9 (>= 1.5)
Recommends:
libsecret-1-0
tomac4t marked this conversation as resolved.
Show resolved Hide resolved
Description: Srain IRC client
Modern IRC client written in GTK.
28 changes: 28 additions & 0 deletions pack/debian/copyright
@@ -0,0 +1,28 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: srain
Source: https://github.com/SrainApp/srain/

Files: *
Copyright: 2016 Shengyu Zhang <silverrainz@outlook.com>
tomac4t marked this conversation as resolved.
Show resolved Hide resolved
License: GPL-3.0+

Files: debian/*
Copyright: 2016 yangfl <mmyangfl@gmail.com>
License: MIT

License: GPL-3.0+
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 <https://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
2 changes: 2 additions & 0 deletions pack/debian/menu
@@ -0,0 +1,2 @@
?package(srain):needs="X11|text|vc|wm" section="Applications/Network"\
title="Srain" command="/usr/bin/srain"
9 changes: 9 additions & 0 deletions pack/debian/rules
@@ -0,0 +1,9 @@
#!/usr/bin/make -f

%:
dh $@

override_dh_auto_configure:
dh_auto_configure --
rm -rf build
mkdir build
1 change: 1 addition & 0 deletions pack/debian/source/format
@@ -0,0 +1 @@
3.0 (quilt)
2 changes: 2 additions & 0 deletions pack/debian/srain-docs.docs
@@ -0,0 +1,2 @@
CHANGELOG.md
README.md
tomac4t marked this conversation as resolved.
Show resolved Hide resolved
4 changes: 4 additions & 0 deletions pack/debian/watch
@@ -0,0 +1,4 @@
version=4
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%<project>-$1.tar.gz%" \
https://github.com/SrainApp/srain/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
# Site/Directory Pattern Version Script