Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
2
update paths in copyright
· 4ec90370
Felix Natter
authored
Nov 16, 2019
4ec90370
fix lintians
· bd144bef
Felix Natter
authored
Nov 16, 2019
bd144bef
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
bd144bef
...
...
@@ -5,6 +5,8 @@ freeplane (1.7.10-1) unstable; urgency=medium
* New dependency darcula with transitive dependency libiconloader-java
* New dependency libdata-url-java
* Bump standards-version to 4.4.1
* Use debhelper-compat 12
* Fix some image paths in debian/copyright
-- Felix Natter <fnatter@gmx.net> Mon, 11 Nov 2019 20:28:44 +0100
...
...
debian/compat
deleted
100644 → 0
View file @
93d001bb
11
debian/control
View file @
bd144bef
...
...
@@ -3,7 +3,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.or
Uploaders: Felix Natter <fnatter@gmx.net>
Section: editors
Priority: optional
Build-Depends: debhelper (
>
= 1
1
),
Build-Depends: debhelper
-compat
(= 1
2
),
docbook-xsl,
docbook-xml,
xsltproc,
...
...
@@ -45,6 +45,7 @@ Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/java-team/freeplane.git
Vcs-Browser: https://salsa.debian.org/java-team/freeplane
Homepage: http://freeplane.org/
Rules-Requires-Root: no
Package: freeplane
Architecture: all
...
...
debian/copyright
View file @
bd144bef
...
...
@@ -25,10 +25,10 @@ Comment: http://www.entypo.com/
Files: ./freeplane_framework/script/freeplane.svg
./freeplane_framework/script/freeplane.png
./freeplane/resources/images/Freeplane_splash.png
./freeplane/resources/images/Freeplane_frame_icon_32x32.png
./freeplane/resources/images/Freeplane_frame_icon.png
./freeplane/resources/images/freeplane_app_128x128.png
./freeplane/
src/editor/
resources/images/Freeplane_splash.png
./freeplane/
src/editor/
resources/images/Freeplane_frame_icon_32x32.png
./freeplane/
src/editor/
resources/images/Freeplane_frame_icon.png
./freeplane/
src/editor/
resources/images/freeplane_app_128x128.png
./freeplane_framework/windows-icons/Freeplane_doc.ico
./freeplane_framework/mac-appbundler/freeplane.icns
./freeplane_framework/mac-appbundler/freeplanedoc.icns
...
...
debian/rules
View file @
bd144bef
...
...
@@ -36,4 +36,3 @@ override_dh_clean:
if [ -d 48x48 ]; then rmdir 48x48; fi
if [ -d 64x64 ]; then rmdir 64x64; fi
if [ -d 128x128 ]; then rmdir 128x128; fi