diff options
| author | Niels Thykier <niels@thykier.net> | 2025-02-16 20:39:55 +0000 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2025-02-17 10:33:46 +0000 |
| commit | d0a73f90733761e57d0a17eecf8d525a460daaae (patch) | |
| tree | 8da77dbd024719f2c6f3724fc4700882b0784a82 | |
| parent | 5f90709f215ab298a08e3bb870babcc631b50765 (diff) | |
1.9.6-5.1 (patches unapplied)import/1.9.6-5.1ubuntu/questing-develubuntu/questingubuntu/plucky-proposedubuntu/plucky-develubuntu/plucky
Imported using git-ubuntu import.
Notes
Notes:
* Non-maintainer upload.
* Ensure sane minimum permissions to avoid FTBFS without root.
(Closes: #1092424)
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 1 | ||||
| -rwxr-xr-x | debian/rules | 6 |
3 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0b00512..95cdc7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +flexml (1.9.6-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Ensure sane minimum permissions to avoid FTBFS without root. + (Closes: #1092424) + + -- Niels Thykier <niels@thykier.net> Sun, 16 Feb 2025 20:39:55 +0000 + flexml (1.9.6-5) unstable; urgency=medium * Do not produce code with sprintf (security vulnerability). diff --git a/debian/control b/debian/control index fee6c66..262f32a 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Martin Quinson <mquinson@debian.org> Build-Depends: libwww-perl, debhelper (>= 9), liburi-perl, libdate-calc-perl, flex +Rules-Requires-Root: no Standards-Version: 3.9.8 Homepage: http://flexml.sourceforge.net/ Vcs-Git: git://anonscm.debian.org/collab-maint/flexml.git diff --git a/debian/rules b/debian/rules index 657234c..00fce87 100755 --- a/debian/rules +++ b/debian/rules @@ -5,3 +5,9 @@ %: dh $@ + +# This might become redundant in debhelper-compat (= 14) or +# later. +override_dh_auto_install: + dh_auto_install + chmod -R u+rwX debian/flexml |
