-
-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from nuttyartist/dev
Merge dev to master
- Loading branch information
Showing
14 changed files
with
57 additions
and
25 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...aging/linux/deb/notes-0.8.0/Notes.desktop → ...aging/linux/deb/notes-0.9.0/Notes.desktop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[Desktop Entry] | ||
Version=0.8 | ||
Version=0.9 | ||
Type=Application | ||
Terminal=false | ||
StartupNotify=true | ||
|
File renamed without changes.
6 changes: 6 additions & 0 deletions
6
...ng/linux/deb/notes-0.8.0/debian/changelog → ...ng/linux/deb/notes-0.9.0/debian/changelog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
notes (0.9.0) stable; urgency=low | ||
|
||
* Second release | ||
|
||
-- Nutty Artist <[email protected]>> Tue, 3 May 2016 01:00:00 +0100 | ||
|
||
notes (0.8.0) stable; urgency=low | ||
|
||
* Initial release | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ source: notes | |
Section: utils | ||
Priority: optional | ||
Maintainer: Nutty Artist <[email protected]> | ||
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake | ||
Build-Depends: debhelper (>= 9), qtbase5-dev (>= 5.2), qtbase5-dev-tools (>= 5.2), qt5-qmake | ||
Standards-Version: 3.9.6 | ||
Homepage: http://www.get-notes.com/ | ||
|
||
Package: notes | ||
Architecture: any | ||
Depends: libqt5gui5, libqt5widgets5, libqt5core5a, ${misc:Depends}, ${shlibs:Depends} | ||
Depends: libqt5gui5 (>= 5.2), libqt5widgets5 (>= 5.2), libqt5core5a (>= 5.2), ${misc:Depends}, ${shlibs:Depends} | ||
Description: Note taking application, write down your thoughts. | ||
Notes is a tool for the things you need to write down off your | ||
brain. It is your place of expressing yourself. Notes is an open | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters