~ubuntu-branches/ubuntu/saucy/mawk/saucy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Steve Langasek
  • Date: 2012-03-23 13:15:00 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120323131500-e8jglshouy5nv2pn
Tags: 1.3.3-17
* debian/patches/cross-compile: fix the wrong invocation of AC_CHECK_PROG()
  that breaks cross-compiler detection.
* debian/patches/21_memcpy-to-memmove: use memmove instead of memcpy in
  FINgets.  Closes: #665383, LP: #955791.
* mark mawk Multi-Arch: foreign, to satisfy cross-build-dependencies.
* debian/patches/20_overlong-regexps: Do not crash if regexp is too
  long for our buffer.  Thanks to Ian Jackson <iwj@ubuntu.com>,
  Jonathan Nieder <jrnieder@gmail.com>.  Closes: #391051, LP: #23494.
* add autopkgtest/autodebtest support to run upstream tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: mawk
2
2
Section: interpreters
3
3
Priority: required
4
 
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Steve Langasek <vorlon@debian.org>
 
4
Maintainer: Steve Langasek <vorlon@debian.org>
6
5
Build-Depends: quilt (>= 0.46-7), bison, debhelper (>= 8.9.4)
7
6
Build-Conflicts: byacc
8
7
Standards-Version: 3.9.2
9
 
XS-Debian-Vcs-Bzr: nosmart+http://bzr.debian.org/bzr/users/vorlon/mawk/trunk/
10
 
XS-Debian-Vcs-Browser: http://anonscm.debian.org/loggerhead/users/vorlon/mawk/trunk/
 
8
Vcs-Bzr: nosmart+http://bzr.debian.org/bzr/users/vorlon/mawk/trunk/
 
9
Vcs-Browser: http://anonscm.debian.org/loggerhead/users/vorlon/mawk/trunk/
11
10
 
12
11
Package: mawk
13
12
Architecture: any
 
13
Multi-Arch: foreign
14
14
Provides: awk
15
15
Pre-Depends: ${shlibs:Depends}
16
16
Depends: ${misc:Depends}