-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
2,233 additions
and
909 deletions.
There are no files selected for viewing
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
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,10 @@ | ||
rednotebook (2.34-1) UNRELEASED; urgency=low | ||
|
||
* New upstream release | ||
* Copy/paste text into the correct text field (#677, @jendrikseipp). | ||
|
||
-- Jendrik Seipp <[email protected]> Mon, 16 Sep 2024 08:58:39 +0200 | ||
|
||
rednotebook (2.33-1) UNRELEASED; urgency=low | ||
|
||
* New upstream release | ||
|
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,7 +2,7 @@ Source: rednotebook | |
Maintainer: Jendrik Seipp <[email protected]> | ||
Section: text | ||
Priority: optional | ||
Standards-Version: 4.6.2.0 | ||
Standards-Version: 4.7.0 | ||
Rules-Requires-Root: no | ||
Homepage: https://rednotebook.app | ||
Vcs-Git: https://github.com/jendrikseipp/rednotebook.git | ||
|
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 |
---|---|---|
|
@@ -57,6 +57,16 @@ Copyright: Copyright (C) 2012 Maximilian Köhl <[email protected]> | |
Copyright (C) 2012 Carlos Jenkins <[email protected]> | ||
License: GPL-3+ | ||
|
||
Files: rednotebook/files/rednotebook-highlight-style.xml | ||
Copyright: Copyright (C) 2006-2007 GtkSourceView team | ||
Copyright (C) 2018 RedNotebook team | ||
License: LGPL-2.1+ | ||
|
||
Files: rednotebook/files/t2t.lang | ||
Copyright: Copyright (C) 2008 Yevgen Muntyan <[email protected]> | ||
Copyright (C) 2018 RedNotebook team | ||
License: LGPL-2.1+ | ||
|
||
License: GPL-3+ | ||
This package is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
@@ -100,3 +110,21 @@ License: GPL-2+ | |
On Debian systems, the full text of the GNU General Public | ||
License version 2 can be found in the file | ||
`/usr/share/common-licenses/GPL-2'. | ||
|
||
License: LGPL-2.1+ | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU Lesser General Public License as published by | ||
the Free Software Foundation; either version 2.1, 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 Lesser General Public License for more details. | ||
. | ||
You should have received a copy of the GNU Lesser General Public License along | ||
with this program; if not, write to the Free Software Foundation, | ||
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
. | ||
On Debian systems, the complete text of the GNU Lesser General Public | ||
License version 2.1 can be found in ‘/usr/share/common-licenses/LGPL-2.1’. |
Oops, something went wrong.