[Git][java-team/apache-directory-server][master] 4 commits: drop "Rules-Requires-Root: no": it is the default now

Alexandre Detiste (@detiste-guest) gitlab at salsa.debian.org
Thu May 14 21:42:18 BST 2026



Alexandre Detiste pushed to branch master at Debian Java Maintainers / apache-directory-server


Commits:
2a3320b1 by Alexandre Detiste at 2026-05-14T22:24:55+02:00
drop "Rules-Requires-Root: no": it is the default now

- - - - -
af610ef9 by Alexandre Detiste at 2026-05-14T22:25:21+02:00
bump Standards-Version to 4.7.4, drop Priority: tag

- - - - -
e4704eba by Alexandre Detiste at 2026-05-14T22:27:08+02:00
use dh-cruft to register & purge /var/log/apacheds

- - - - -
41230275 by Alexandre Detiste at 2026-05-14T22:27:27+02:00
release

- - - - -


4 changed files:

- debian/apacheds.postrm
- + debian/apacheds.purge
- debian/changelog
- debian/control


Changes:

=====================================
debian/apacheds.postrm
=====================================
@@ -23,8 +23,6 @@ case "$1" in
     purge)
         # Remove apacheds user
         userdel apacheds || true
-        # Remove log files
-        rm -Rf /var/log/apacheds || true
     ;;
     remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
     ;;
@@ -39,5 +37,3 @@ esac
 # generated by other debhelper scripts.
 
 #DEBHELPER#
-
-exit 0


=====================================
debian/apacheds.purge
=====================================
@@ -0,0 +1 @@
+/var/log/apacheds/


=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+apache-directory-server (2.0.0~M26-6) unstable; urgency=medium
+
+  * Team upload
+  * Drop "Rules-Requires-Root: no": it is the default now
+  * Bump Standards-Version to 4.7.4, drop Priority: tag
+  * Use dh-cruft to register & purge /var/log/apacheds
+
+ -- Alexandre Detiste <tchet at debian.org>  Thu, 14 May 2026 22:27:13 +0200
+
 apache-directory-server (2.0.0~M26-5) unstable; urgency=medium
 
   * Team upload


=====================================
debian/control
=====================================
@@ -1,6 +1,5 @@
 Source: apache-directory-server
 Section: java
-Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders:
  Emmanuel Bourg <ebourg at apache.org>
@@ -8,6 +7,7 @@ Build-Depends:
  ant,
  debhelper-compat (= 13),
  default-jdk,
+ dh-sequence-cruft,
  junit4,
  libapache-directory-api-java (>= 2.1),
  libapache-directory-jdbm-java,
@@ -25,11 +25,10 @@ Build-Depends:
  libplexus-utils2-java (>= 2.x),
  libslf4j-java,
  maven-debian-helper (>= 2.0)
-Standards-Version: 4.7.0
+Standards-Version: 4.7.4
 Vcs-Git: https://salsa.debian.org/java-team/apache-directory-server.git
 Vcs-Browser: https://salsa.debian.org/java-team/apache-directory-server
 Homepage: http://directory.apache.org
-Rules-Requires-Root: no
 
 Package: libapacheds-java
 Architecture: all



View it on GitLab: https://salsa.debian.org/java-team/apache-directory-server/-/compare/5048e21e28b85baa63a9683abd80feda2acb1110...4123027511939db5f2cfa69c1d7b7ba067e343c5

-- 
View it on GitLab: https://salsa.debian.org/java-team/apache-directory-server/-/compare/5048e21e28b85baa63a9683abd80feda2acb1110...4123027511939db5f2cfa69c1d7b7ba067e343c5
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20260514/b35db712/attachment.htm>


More information about the pkg-java-commits mailing list