note 1.3.22-1 source package in Ubuntu

Changelog

note (1.3.22-1) unstable; urgency=medium

  * New upstream release.
    - Fix spurious error messages when TmpDir is not in a ext2fs
      (Closes: #495584).
  * Adopt the package (Closes: #866938).
  * Bump Standards-version to 4.0.1, no changes needed.
  * Bump debhelper compat version to 10.
  * Rewrite debian/copyright to use copyright-format 1.0.
  * Add Vcs-* fields in debian/control.
  * Correct bashism in code (Closes: #772284).
  * Change dependency on perl to perl:any to fix the multiarch hinter
    warnings.
  * Put all spelling corrections in fix-spelling.patch and add proper DEP-3
    headers.
  * Fix unescaped left brace in fix-unescaped-left-brace.patch causing
    note to be unusable with Perl 5.26 and on (Closes: #870636).

 -- Simon Quigley <email address hidden>  Fri, 18 Aug 2017 16:13:12 -0500

Upload details

Uploaded by:
Simon Quigley
Uploaded to:
Sid
Original maintainer:
Simon Quigley
Architectures:
all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
note_1.3.22-1.dsc 1.8 KiB d90baec0002389db46ac28ab2366d83f6c20fa74e45ca6d8f67be60b0f04b46b
note_1.3.22.orig.tar.gz 51.6 KiB d8821168ca6266c443d01a286ba3f410c8330d55abf9f9a993ea8950eeb31478
note_1.3.22-1.debian.tar.xz 4.3 KiB 96176e1c691df67276b81248acf708430d2f99b926b85df5e315ce63d910a345

Available diffs

No changes file available.

Binary packages built by this source

note: small program managing notes from commandline

 This is a small console program similar to knotes, which
 allows you to manage notes from commandline.
 Note can use different database-backends for notes-storage.
 It ships with a DBI-based mysql-module (which can also be
 used by others through a DBI-based supported DBMS)
 and another module, which uses a binary file for storage
 and a DBM module.