~ubuntu-branches/ubuntu/vivid/ssed/vivid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2010-03-25 13:25:02 UTC
  • mfrom: (3.1.4 karmic)
  • Revision ID: james.westby@ubuntu.com-20100325132502-sjt1e2zud6iqcxfu
Tags: 3.62-6.4
* Non-maintainer upload
* Merge 3.62-6.3ubuntu1
  Build with default compiler
  Remove gcc-4.1 from Build-Depends
  Closes: 463296
* Update config.guess config.sub in config
* Remove config.guess config.sub in the clean target
* DH compat level is 7
* Fix debhelper-but-no-misc-depends
* Fix package-uses-deprecated-debhelper-compat-version
* Fix package-lacks-versioned-build-depends-on-debhelper
* Fix debian-rules-sets-DH_COMPAT
* Fix debian-rules-ignores-make-clean-error
* Fix ancient-standards-version
* Fix copyright-refers-to-symlink-license
* Fix copyright-without-copyright-notice
* Fix no-homepage-field
* Fix missing-dependency-on-install-info
* Fix install-info-used-in-maintainer-script
* Fix maintainer-script-empty
* Fix dh-clean-k-is-deprecated
* Fix manpage-has-useless-whatis-entry

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: utils
3
3
Priority: extra
4
4
Maintainer: Ganesan Rajagopal <rganesan@debian.org>
5
 
Build-Depends: texinfo, debhelper (>> 3.0.15), gcc-4.1, autotools-dev
6
 
Standards-Version: 3.6.2
 
5
Build-Depends: texinfo, debhelper (>= 7), autotools-dev
 
6
Standards-Version: 3.8.4
 
7
Homepage: http://sed.sf.net/grabbag/ssed/
7
8
 
8
9
Package: ssed
9
10
Architecture: any
10
 
Depends: ${shlibs:Depends}
11
 
Description: The super sed stream editor 
 
11
Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg (>= 1.15.4) | install-info
 
12
Description: The super sed stream editor
12
13
 Super sed reads the specified files or the standard input if no files are
13
14
 specified, makes editing changes according to a list of commands, and
14
 
 writes the results to the standard output. 
 
15
 writes the results to the standard output.
15
16
 .
16
17
 Super sed is an enhanced version of GNU sed 3.02. Relative to 3.02, there
17
18
 are several new features (including in-place editing of files, extended
18
19
 regular expression syntax and a few new commands) and some bug fixes.
19