File: control

package info (click to toggle)
cmake-fedora 2.9.3-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 788 kB
  • sloc: sh: 1,369; perl: 87; makefile: 14
file content (36 lines) | stat: -rw-r--r-- 1,251 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
Source: cmake-fedora
Section: devel
Priority: optional
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper-compat (= 13),
               cmake,
               pkg-config,
Standards-Version: 4.6.0
Homepage: https://pagure.io/cmake-fedora
Vcs-Git: https://salsa.debian.org/debian/cmake-fedora.git
Vcs-Browser: https://salsa.debian.org/debian/cmake-fedora

Package: cmake-fedora
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         cmake,
Description: Set of scripts and cmake modules that simplify the release process
 cmake-fedora is designed to relieve you from chores of releasing software by:
 .
   - Keeping the consistency of release information such as version and update
     messages in:
     - Release notes
     - ChangeLog
     - Tags
     - Spec file
     - Fedpkg commit message
     - Bodhi notes
   - Source archive depends on the files to be packed.
   - Run rpmlint and koji scratch build before tag as sanity checks.
   - Easy upload to scp, sftp hosting services sites.
   - Translation targets like gettext and Zanata.
   - Provide license information and templates of CMakeLists.txt, spec files for
    new packages.
 .
 while avoid some pitfalls like all junk files are packed.