File: control

package info (click to toggle)
cmake-fedora 2.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 764 kB
  • sloc: sh: 1,336; perl: 87; makefile: 12
file content (35 lines) | stat: -rw-r--r-- 1,253 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
Source: cmake-fedora
Section: devel
Priority: optional
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper (>= 9),
               cmake,
Standards-Version: 4.0.0
Homepage: https://fedorahosted.org/cmake-fedora/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/cmake-fedora.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/cmake-fedora.git

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.