summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-10-13 12:22:53 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-10-13 12:22:53 +0200
commit7485b3f1378a5ed39c0902dd408ce9d7e645f940 (patch)
treebabfd9b784a5dd6366712313df71d39484958df9
parent558cdd809bd990ae7c5f8ca3e85e3bdebe52b301 (diff)
Added python as build-dependency and put remaining lintians in debian/TODO
-rw-r--r--debian/TODO22
-rw-r--r--debian/changelog1
-rw-r--r--debian/control3
3 files changed, 25 insertions, 1 deletions
diff --git a/debian/TODO b/debian/TODO
new file mode 100644
index 0000000..6a6fd12
--- /dev/null
+++ b/debian/TODO
@@ -0,0 +1,22 @@
+W: oregano source: useless-autoreconf-build-depends dh-autoreconf
+I: oregano source: wildcard-matches-nothing-in-dep5-copyright INSTALL (paragraph at line 16)
+I: oregano source: wildcard-matches-nothing-in-dep5-copyright data/mime/Makefile.in (paragraph at line 16)
+I: oregano source: wildcard-matches-nothing-in-dep5-copyright po/Makefile.in.in (paragraph at line 16)
+I: oregano source: wildcard-matches-nothing-in-dep5-copyright help/* (paragraph at line 27)
+I: oregano source: unused-file-paragraph-in-dep5-copyright paragraph at line 16
+I: oregano source: unused-file-paragraph-in-dep5-copyright paragraph at line 27
+I: oregano source: testsuite-autopkgtest-missing
+X: oregano source: upstream-metadata-file-is-missing
+P: oregano source: debian-watch-does-not-check-gpg-signature
+W: oregano-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/51/f7a54157afcbdacb04de3984de49f4b2c88a33.debug
+W: oregano-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/f1/5b10ea8564a326e11d3ad7d4cda1438962516a.debug
+I: oregano: spelling-error-in-binary usr/bin/microtests occured occurred
+I: oregano: hardening-no-bindnow usr/bin/microtests
+I: oregano: spelling-error-in-binary usr/bin/oregano occured occurred
+I: oregano: hardening-no-bindnow usr/bin/oregano
+E: oregano: package-contains-compiled-glib-schema usr/share/glib-2.0/schemas/gschemas.compiled
+I: oregano: arch-dep-package-has-big-usr-share 4634kB 77%
+W: oregano: binary-without-manpage usr/bin/microtests
+I: oregano: desktop-entry-contains-encoding-key usr/share/applications/oregano.desktop:14 Encoding
+I: oregano: desktop-entry-lacks-keywords-entry usr/share/applications/oregano.desktop
+
diff --git a/debian/changelog b/debian/changelog
index ab83aa0..2b1eabc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ oregano (0.84.40+dfsg.1-1) UNRELEASED; urgency=medium
- Update some build-dependencies
- Drop the (build-)dependency against gnome-vfs (Closes: #868401)
- Drop the build-dependency against scrollkeeper (Closes: #885614)
+ - Added python since now built using 'waf'
* debian/copyright:
- HTTPS URL for Format field
- Exclude a few model files with slightly troublesome licenses.
diff --git a/debian/control b/debian/control
index 191e1d0..4a3f3ed 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,8 @@ Build-Depends: debhelper (>= 11),
libpng-dev,
libx11-dev,
libxml2-dev,
- libxrender-dev (>= 0.6.0)
+ libxrender-dev (>= 0.6.0),
+ python
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/electronics-team/oregano
Vcs-Git: https://salsa.debian.org/electronics-team/oregano.git