DEB sudo-trinity: Switch to debhelper and changes to silence lintian reports.
+ Added copyright file. + Install directories with normal permissions. + Added overrides for version number and compression. + Removed Replaces and Breaks referring to themselves. + The epoch change is for historical reasons from the KDE3 era. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>pull/547/head
parent
a83418638d
commit
951c14e2f2
@ -1,14 +1,14 @@
|
||||
Source: sudo-trinity
|
||||
Section: tde
|
||||
Priority: extra
|
||||
Priority: optional
|
||||
Maintainer: TDE Debian Team <team-debian@trinitydesktop.org>
|
||||
Build-Depends: debhelper (>= 10~), cdbs
|
||||
Build-Depends: debhelper (>= 10~)
|
||||
Standards-Version: 3.8.4
|
||||
|
||||
Package: sudo-trinity
|
||||
Architecture: all
|
||||
Depends: sudo
|
||||
Replaces: sudo-kde3 (<< 4:14.0.0~), sudo-trinity (<< 4:14.0.0~)
|
||||
Breaks: sudo-kde3 (<< 4:14.0.0~), sudo-trinity (<< 4:14.0.0~)
|
||||
Depends: ${misc:Depends}, sudo
|
||||
Replaces: sudo-kde3 (<< 4:14.0.0~)
|
||||
Breaks: sudo-kde3 (<< 4:14.0.0~)
|
||||
Description: TDE sudo
|
||||
TDE configuration files for sudo
|
||||
|
||||
@ -0,0 +1,10 @@
|
||||
This package was created by Timothy Pearson (kb9vqf@pearsoncomputing.net)
|
||||
|
||||
Copyright:
|
||||
|
||||
Copyright 2011-2026 TDE Debian Team <team-debian@trinitydesktop.org>
|
||||
|
||||
License:
|
||||
|
||||
All files in this package are released under the GPL-2+
|
||||
(/usr/share/common-licenses/GPL-2+).
|
||||
@ -0,0 +1,2 @@
|
||||
# Maybe we'll get our own section sometime in the future.
|
||||
sudo-trinity: unknown-section tde
|
||||
@ -0,0 +1,12 @@
|
||||
# We build for many distribution versions and therefore need
|
||||
# the distribution version as part of the package version,
|
||||
# which is unintentionally understood as NMU.
|
||||
sudo-trinity source: source-nmu-has-incorrect-version-number
|
||||
sudo-trinity source: binary-nmu-debian-revision-in-source
|
||||
sudo-trinity source: no-nmu-in-changelog
|
||||
|
||||
# We want XZ regardless of the default compression.
|
||||
sudo-trinity source: custom-compression-in-debian-source-options
|
||||
|
||||
# The metapackage contains files in the debian/distro-specific directory.
|
||||
sudo-trinity source: empty-upstream-sources
|
||||
Loading…
Reference in New Issue