diff options
author | Guilhem Moulin <guilhem@debian.org> | 2021-02-22 02:11:16 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@debian.org> | 2021-02-22 03:31:12 +0100 |
commit | da9717f09c8507e5874233b54a6d4351adb11cd7 (patch) | |
tree | 7c74c8a6a47942af2363879575c6aa8a15934718 /debian | |
parent | 605581aba92974fcfbc31aea3c15312435061445 (diff) |
d/lacme.links: Remove /etc/apache2/conf-available/lacme.conf.
Now part of the upstream build system.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/lacme.links | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ad754ea..043e6b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,8 @@ lacme (0.8.0-1) UNRELEASED; urgency=medium * d/copyright: Bump copyright years. * d/copyright: Point Source: to the upstream repository. * d/control: lacme recommends lacme-accountd 0.8.0-1 or later. + * d/lacme.links: Remove /etc/apache2/conf-available/lacme.conf, now part of + the upstream build system. -- Guilhem Moulin <guilhem@debian.org> Wed, 09 Dec 2020 20:11:40 +0100 diff --git a/debian/lacme.links b/debian/lacme.links deleted file mode 100644 index f3a30f2..0000000 --- a/debian/lacme.links +++ /dev/null @@ -1 +0,0 @@ -/etc/lacme/apache2.conf /etc/apache2/conf-available/lacme.conf |