~ubuntu-branches/ubuntu/quantal/hexer/quantal

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Peter Pentchev
  • Date: 2009-04-03 14:10:28 UTC
  • Revision ID: james.westby@ubuntu.com-20090403141028-q478kfhvlu0uqt46
Tags: 0.1.4c-3
* New maintainer.  Closes: #520635
* Use quilt for patch management.
* Drop the README patch; with all due respect to Peter Mathiasson,
  in my humble opinion this information is addressed to developers,
  not end-users, and thus belongs right here, in the Debian changelog
  instead.
* Add a watch file.
* Fix up the manual page a bit:
  - use .\" instead of ./" for comments
  - properly use hyphens instead of minus-signs
* Flesh out the long description with a list of hexer features.
* Unbreak the "comment" and "argument" words in the help text to
  avoid spellcheck warnings from lintian.
* Add the Vcs-Svn and Vcs-Browser fields.
* Bump the debhelper compatibility version to 7:
  - add misc:Depends to the binary package
  - minimize the rules file
* Bump Standards-Version to 3.8.1:
  - replace Apps with Applications in the menu section
  - honor the "nostrip" build option; Closes: #437160
  - override the compiler program and flags so the "noopt" build option
    is also honored
  - add the README.source file mentioning the use of quilt
* Convert the copyright file to the machine-parseable format and
  add my copyright notice on the Debian packaging.
* Build with -Werror if "werror" is specified in DEB_BUILD_OPTIONS.
* Fix some compiler warnings.
* Quote the "needs" and "section" menu file fields and install the file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: hexer
2
2
Section: utils
3
3
Priority: optional
4
 
Maintainer: Peter Mathiasson <peterm@debian.org>
5
 
Build-Depends: debhelper (>> 4.0.0), libncurses5-dev
6
 
Standards-Version: 3.5.10
 
4
Maintainer: Peter Pentchev <roam@ringlet.net>
 
5
Build-Depends: debhelper (>= 7.0.50), libncurses5-dev, quilt
 
6
Standards-Version: 3.8.1
 
7
Vcs-Svn: http://svn.ringlet.net/svn/ringlet/misc/hexer/trunk/hexer-pkg/debian/
 
8
Vcs-Browser: http://svn.ringlet.net/cgi-bin/viewvc/viewvc.cgi/ringlet/misc/hexer/trunk/hexer-pkg/debian/
7
9
 
8
10
Package: hexer
9
11
Architecture: any
10
 
Depends: ${shlibs:Depends}
 
12
Depends: ${shlibs:Depends}, ${misc:Depends}
11
13
Description: An interactive binary editor with a Vi-like interface
12
14
 Hexer is an interactive binary editor (also known as a hexeditor)
13
 
 with a Vi-like interface.
 
15
 with a Vi-like interface.  Its most important features are
 
16
 multiple buffers, multi-level undo, command-line editing with
 
17
 completion, and binary regular expressions.