Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
kindleclip (0.6-2) UNRELEASED; urgency=medium

* Use versioned copyright format URI.
* Bump debhelper from deprecated 7 to 13.
* Set debhelper-compat version in Build-Depends.
* Change priority extra to priority optional.
* Use secure URI in Vcs control header Vcs-Git.

-- Debian Janitor <[email protected]> Wed, 02 Nov 2022 13:08:05 -0000

kindleclip (0.6-1) unstable; urgency=medium

* New upstream version: Add some clipping types, redo some parsing
Expand Down
1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Source: kindleclip
Section: text
Priority: extra
Priority: optional
Maintainer: Gunnar Wolf <[email protected]>
Build-Depends: debhelper (>= 7.0.50~), ruby | ruby-interpreter
Build-Depends: debhelper-compat (= 13), ruby | ruby-interpreter
Standards-Version: 3.9.7
Vcs-Git: git://github.com/gwolf/kindleclip.git
Vcs-Git: https://github.com/gwolf/kindleclip.git
Vcs-Browser: https://github.com/gwolf/kindleclip
Homepage: https://github.com/gwolf/kindleclip

Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: kindleclip
Upstream-Contact: Gunnar Wolf <[email protected]>
Source: https://github.com/gwolf/kindleclip
Expand Down