fixup git-merge-changelog package
[gnulib.git] / debian / control
1 Source: gnulib
2 Section: devel
3 Priority: optional
4 Maintainer: Ian Beckwith <ianb@debian.org>
5 Build-Depends: dpkg-dev (>= 1.16.2), debhelper (>= 9), autoconf, automake, perl
6 Build-Depends-Indep: texinfo
7 Standards-Version: 3.9.5
8 Homepage: http://www.gnu.org/software/gnulib/
9 Vcs-Browser: http://erislabs.net/gitweb?p=gnulib.git
10 Vcs-Git: git://erislabs.net/gnulib.git
11
12 Package: gnulib
13 Architecture: all
14 Depends: ${misc:Depends}, build-essential, m4, autoconf, automake, gettext (>= 0.18.1), autopoint, bison, gperf, texinfo, libtool
15 Suggests: perl, clisp
16 Description: GNU Portability Library
17  The GNU portability library is a macro system and C declarations and
18  definitions for commonly-used API elements and abstracted system behaviors. It
19  can be used to improve portability and other functionality in your programs.
20
21 Package: git-merge-changelog
22 Architecture: any
23 Depends: ${shlibs:Depends}, ${misc:Depends}
24 Description: git merge driver for GNU ChangeLog files
25  ChangeLog files *always* foul up most version control systems in
26  their default configuration.
27  .
28  git-merge-changelog is a tool from gnulib designed to help with this
29  for the case of GNU-style ChangeLogs; it can be used with at least
30  git, bzr, and hg.