File: control

package info (click to toggle)
gnulib 20230209%2Bstable-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 81,252 kB
  • sloc: ansic: 316,871; sh: 27,090; python: 7,774; cpp: 2,663; yacc: 1,855; perl: 897; makefile: 400; lisp: 328; java: 5
file content (56 lines) | stat: -rw-r--r-- 1,381 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: gnulib
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 bison <!nocheck>,
 debhelper-compat (= 13),
 gettext (>= 0.20~) <!nocheck>,
 gperf <!nocheck>,
 perl,
Build-Depends-Indep:
 texinfo,
Standards-Version: 4.6.2
Homepage: https://www.gnu.org/software/gnulib/
Vcs-Git: https://salsa.debian.org/debian/gnulib.git
Vcs-Browser: https://salsa.debian.org/debian/gnulib
Rules-Requires-Root: no

Package: git-merge-changelog
Section: vcs
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: git merge driver for GNU ChangeLog files
 ChangeLog files *always* foul up most version control systems in
 their default configuration.
 .
 git-merge-changelog is a tool from gnulib designed to help with this
 for the case of GNU-style ChangeLogs; it can be used with at least
 git, bzr, and hg.

Package: gnulib
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Recommends:
 autoconf,
 automake,
 autopoint,
 bison,
 build-essential,
 gettext (>= 0.20~),
 gperf,
 libtool,
 m4,
 texinfo,
Suggests:
 clisp,
 perl,
 python3:any,
Description: GNU Portability Library
 The GNU portability library is a macro system and C declarations and
 definitions for commonly-used API elements and abstracted system behaviors. It
 can be used to improve portability and other functionality in your programs.