Skip to content

Commit

Permalink
Merge branch 'debian-packaging'
Browse files Browse the repository at this point in the history
  • Loading branch information
dylex committed Apr 15, 2022
2 parents 3433ac5 + 8b5e322 commit 16f639f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
purple-slack (0~20220315-1) UNRELEASED; urgency=medium

* Initial release.

-- Patrice Levesque <purple-slack.wayne@ptaff.ca> Sun, 10 Apr 2022 15:18:14 +0000
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
13
12 changes: 12 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Source: purple-slack
Maintainer: Patrice Levesque <purple-slack.wayne@ptaff.ca>
Section: net
Priority: optional
Standards-Version: 4.5.1
Build-Depends: debhelper (>= 13), libglib2.0-dev, libpurple-dev

Package: purple-slack
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libglib2.0-0, libpurple0
Description: Slack protocol plugin for libpurple
Allows the purple IM library to connect to Slack servers.
3 changes: 3 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Files: *
Copyright: 2022 Dylan Simon
License: GPL-2
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)

0 comments on commit 16f639f

Please sign in to comment.