summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/control11
-rw-r--r--debian/copyright4
-rw-r--r--debian/source/patch-header19
4 files changed, 23 insertions, 16 deletions
diff --git a/debian/changelog b/debian/changelog
index 88d230a..1a59480 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-farbfeld (2.20170109-1) unstable; urgency=low
+farbfeld (3-1) unstable; urgency=low
* Initial release (Closes: #851185)
+ Debianisation mostly due to Dmitry Bogatov.
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 14 Mar 2017 08:52:39 +0300
+ -- Paride Legovini <pl@ninthfloor.org> Tue, 11 Jul 2017 15:37:09 +0200
diff --git a/debian/control b/debian/control
index 2deb861..9a90d66 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,10 @@
Source: farbfeld
Section: graphics
Priority: extra
-Maintainer: Dmitry Bogatov <KAction@gnu.org>
+Maintainer: Paride Legovini <pl@ninthfloor.org>
+Uploaders: Dmitry Bogatov <KAction@gnu.org>
Build-Depends: debhelper (>=10), libjpeg62-turbo-dev, libpng-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
Homepage: http://tools.suckless.org/farbfeld
Vcs-Git: https://anonscm.debian.org/cgit/users/kaction-guest/farbfeld.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/kaction-guest/farbfeld.git
@@ -13,11 +14,11 @@ Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: imagemagick
-Description: lossless image-format designed to be parsed and piped easily
- Farbfeld is a lossless image-format designed to be parsed and piped
+Description: lossless image format designed to be parsed and piped easily
+ Farbfeld is a lossless image format designed to be parsed and piped
easily. It is designed to be as simple as possible, leaving the task
of compression to outside tools, beating PNG's filesize in many
cases.
.
This package contains tools for converting between farbfeld format
- and other image formats (png, jpeg, ppm, pam, gif)
+ and other image formats (png, jpeg, ppm, pam, gif).
diff --git a/debian/copyright b/debian/copyright
index 464786b..3bd0b45 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,7 +12,9 @@ Copyright:
License: ISC
Files: debian/*
-Copyright: 2017 Dmitry Bogatov <KAction@gnu.org>
+Copyright:
+ 2017 Dmitry Bogatov <KAction@gnu.org>
+ 2017 Paride Legovini <pl@ninthfloor.org>
License: ISC
License: ISC
diff --git a/debian/source/patch-header b/debian/source/patch-header
index baf14a3..086878a 100644
--- a/debian/source/patch-header
+++ b/debian/source/patch-header
@@ -1,15 +1,18 @@
The Debian packaging of farbfeld is maintained in git, using the merging
-workflow described in dgit-maint-merge(7). There isn't a patch
-queue that can be represented as a quilt series.
+workflow described in dgit-maint-merge(7). There isn't a patch queue
+that can be represented as a quilt series.
-A detailed breakdown of the changes is available from their
-canonical representation - git commits in the packaging repository.
+A detailed breakdown of the changes is available from their canonical
+representation - git commits in the packaging repository. For example,
+to see the changes made by the Debian maintainer in the first upload of
+upstream version 3, you could use:
% git clone https://git.dgit.debian.org/farbfeld
- % cd foo
- % git log --oneline 2.20170109-1..debian/2.20170109 -- . ':!debian'
+ % cd farbfeld
+ % git log --oneline 3..debian/3-1 -- . ':!debian'
-(If you have dgit, use `dgit clone foo', rather than plain `git
-clone'.)
+(If you have dgit, use `dgit clone farbfeld`, rather than plain `git
+clone`.)
A single combined diff, containing all the changes, follows.
+