summaryrefslogtreecommitdiff
path: root/notepadpp
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-02-18 17:05:22 -0500
committerB Stack <bgstack15@gmail.com>2020-02-18 17:05:22 -0500
commit2db0a5a4c4975e0a8c573097df52769dde57f0b5 (patch)
tree53660bdf9df8ad5b45e91a3b2b2313b7431a52ad /notepadpp
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-2db0a5a4c4975e0a8c573097df52769dde57f0b5.tar.gz
stackrpms-2db0a5a4c4975e0a8c573097df52769dde57f0b5.tar.bz2
stackrpms-2db0a5a4c4975e0a8c573097df52769dde57f0b5.zip
notepadpp 7.8.4
Diffstat (limited to 'notepadpp')
-rw-r--r--notepadpp/debian/changelog8
-rw-r--r--notepadpp/debian/notepadpp-bin32.lintian-overrides6
-rw-r--r--notepadpp/debian/notepadpp-bin64.lintian-overrides6
-rw-r--r--notepadpp/debian/notepadpp-common.lintian-overrides5
-rw-r--r--notepadpp/debian/source/lintian-overrides5
5 files changed, 30 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 858b180..994d02a 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,11 @@
+notepadpp (7.8.4-1+devuan) obs; urgency=medium
+
+ - Bug-fixes
+ * Fix regression of double clicking a found in files result while Word-Wrap is on.
+ * Fix HashFromDlg title bar localization issue.
+
+ -- Ben Stack <bgstack15@gmail.com> Tue, 18 Feb 2020 16:14:15 -0500
+
notepadpp (7.8.3-1+devuan) obs; urgency=low
- Enhancements and bug-fixes
diff --git a/notepadpp/debian/notepadpp-bin32.lintian-overrides b/notepadpp/debian/notepadpp-bin32.lintian-overrides
new file mode 100644
index 0000000..18a8ab3
--- /dev/null
+++ b/notepadpp/debian/notepadpp-bin32.lintian-overrides
@@ -0,0 +1,6 @@
+binary-without-manpage
+copyright-has-url-from-dh_make-boilerplate
+debian-changelog-line-too-long
+non-standard-dir-perm
+non-standard-file-perm
+portable-executable-missing-security-features
diff --git a/notepadpp/debian/notepadpp-bin64.lintian-overrides b/notepadpp/debian/notepadpp-bin64.lintian-overrides
new file mode 100644
index 0000000..18a8ab3
--- /dev/null
+++ b/notepadpp/debian/notepadpp-bin64.lintian-overrides
@@ -0,0 +1,6 @@
+binary-without-manpage
+copyright-has-url-from-dh_make-boilerplate
+debian-changelog-line-too-long
+non-standard-dir-perm
+non-standard-file-perm
+portable-executable-missing-security-features
diff --git a/notepadpp/debian/notepadpp-common.lintian-overrides b/notepadpp/debian/notepadpp-common.lintian-overrides
new file mode 100644
index 0000000..19a7126
--- /dev/null
+++ b/notepadpp/debian/notepadpp-common.lintian-overrides
@@ -0,0 +1,5 @@
+binary-without-manpage
+copyright-has-url-from-dh_make-boilerplate
+debian-changelog-line-too-long
+non-standard-dir-perm
+non-standard-file-perm
diff --git a/notepadpp/debian/source/lintian-overrides b/notepadpp/debian/source/lintian-overrides
new file mode 100644
index 0000000..776db78
--- /dev/null
+++ b/notepadpp/debian/source/lintian-overrides
@@ -0,0 +1,5 @@
+file-without-copyright-information
+license-problem-undefined-license
+maintainer-script-lacks-debhelper-token
+missing-license-paragraph-in-dep5-copyright
+source-contains-prebuilt-windows-binary
bgstack15