Skip to content

Commit

Permalink
Add Debian package files.
Browse files Browse the repository at this point in the history
  • Loading branch information
moleculext committed Oct 24, 2017
1 parent df7a213 commit ef21882
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
TapTempo Changelog
==================

## 1.1.2 - 2017-10-24

- Add debian package files.

## 1.1.1 - 2017-10-19

- Script to build for Windows in MSYS2.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ project (taptempo)

set(TAPTEMPO_VERSION_MAJOR 1)
set(TAPTEMPO_VERSION_MINOR 1)
set(TAPTEMPO_VERSION_REVISION 1)
set(TAPTEMPO_VERSION_REVISION 2)
set(TAPTEMPO_PACKAGE_NAME taptempo)

if(MSYS)
Expand Down
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
taptempo (1.1.2-1) UNRELEASED; urgency=low

* Initial debian package.

-- Francois Mazen <[email protected]> Tue, 24 Oct 2017 21:08:31 +0200
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10
13 changes: 13 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Source: taptempo
Maintainer: Francois Mazen <[email protected]>
Section: misc
Priority: optional
Standards-Version: 3.9.8
Build-Depends: cmake, debhelper (>= 10), gettext

Package: taptempo
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: command line tap tempo
hit enter key with style an you'll get the corresponding number of beats per
minute (bpm).
20 changes: 20 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

Files: *
Copyright: 2017 Francois Mazen <[email protected]>
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 program 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 <http://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'.
6 changes: 6 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/make -f

#DH_VERBOSE = 1

%:
dh $@
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 ef21882

Please sign in to comment.