Please unblock acl/2.2.49-4
It closes 590240
It moves {ch,getf,setf}acl from /usr/bin to /bin and creates the
corresponponding symlinks in /usr/bin:
--- acl_2.2.49-3_i386.files 2010-09-21 15:12:16.000000000 +1000
+++ acl_2.2.49-4_i386.files 2010-09-21 16:18:30.000000000 +1000
@@ -1,6 +1,9 @@
-acl: /usr/bin/chacl
-acl: /usr/bin/getfacl
-acl: /usr/bin/setfacl
+acl: /bin/chacl
+acl: /bin/getfacl
+acl: /bin/setfacl
+acl: /usr/bin/chacl -> /bin/chacl
+acl: /usr/bin/getfacl -> /bin/getfacl
+acl: /usr/bin/setfacl -> /bin/setfacl
acl: /usr/share/doc/acl/changelog.Debian.gz
acl: /usr/share/doc/acl/changelog.gz
acl: /usr/share/doc/acl/CHANGES.gz
The debdiff is minimal:
debdiff ../acl_2.2.49-3.dsc ../acl_2.2.49-4.dsc
diff -Nru acl-2.2.49/debian/changelog acl-2.2.49/debian/changelog
--- acl-2.2.49/debian/changelog 2010-06-08 17:45:28.000000000 +1000
+++ acl-2.2.49/debian/changelog 2010-09-21 15:02:04.000000000 +1000
@@ -1,3 +1,9 @@
+acl (2.2.49-4) unstable; urgency=low
+
+ * Migrate to having binaries in sbindir (closes: #590240)
+
+ -- Nathan Scott <nathans@debian.org> Wed, 28 Jul 2010 22:15:20 +1000
+
acl (2.2.49-3) unstable; urgency=low
* Add upstream patches
diff -Nru acl-2.2.49/debian/patches/10-590240-move-binaries-to-root-bin-dir.patch acl-2.2.49/debian/patches/10-590240-move-binaries-to-root-bin-dir.patch
--- acl-2.2.49/debian/patches/10-590240-move-binaries-to-root-bin-dir.patch 1970-01-01 10:00:00.000000000 +1000
+++ acl-2.2.49/debian/patches/10-590240-move-binaries-to-root-bin-dir.patch 2010-09-21 16:11:16.000000000 +1000
@@ -0,0 +1,44 @@
+http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590240
+
+--- acl-2.2.49.orig/getfacl/Makefile
++++ acl-2.2.49/getfacl/Makefile
+@@ -32,5 +32,11 @@ include $(BUILDRULES)
+
+ install: default
+ $(INSTALL) -m 755 -d $(PKG_BIN_DIR)
++ifneq ($(PKG_DISTRIBUTION), debian)
+ $(LTINSTALL) -m 755 $(LTCOMMAND) $(PKG_BIN_DIR)
++else
++ $(INSTALL) -m 755 -d $(PKG_SBIN_DIR)
++ $(LTINSTALL) -m 755 $(LTCOMMAND) $(PKG_SBIN_DIR)
++ $(LTINSTALL) -S $(PKG_SBIN_DIR)/$(LTCOMMAND) $(PKG_BIN_DIR)/$(LTCOMMAND)
++endif
+ install-dev install-lib:
+--- acl-2.2.49.orig/setfacl/Makefile
++++ acl-2.2.49/setfacl/Makefile
+@@ -32,5 +32,11 @@ include $(BUILDRULES)
+
+ install: default
+ $(INSTALL) -m 755 -d $(PKG_BIN_DIR)
++ifneq ($(PKG_DISTRIBUTION), debian)
+ $(LTINSTALL) -m 755 $(LTCOMMAND) $(PKG_BIN_DIR)
++else
++ $(INSTALL) -m 755 -d $(PKG_SBIN_DIR)
++ $(LTINSTALL) -m 755 $(LTCOMMAND) $(PKG_SBIN_DIR)
++ $(LTINSTALL) -S $(PKG_SBIN_DIR)/$(LTCOMMAND) $(PKG_BIN_DIR)/$(LTCOMMAND)
++endif
+ install-dev install-lib:
+--- acl-2.2.49.orig/chacl/Makefile
++++ acl-2.2.49/chacl/Makefile
+@@ -31,5 +31,11 @@ include $(BUILDRULES)
+
+ install: default
+ $(INSTALL) -m 755 -d $(PKG_BIN_DIR)
++ifneq ($(PKG_DISTRIBUTION), debian)
+ $(LTINSTALL) -m 755 $(LTCOMMAND) $(PKG_BIN_DIR)
++else
++ $(INSTALL) -m 755 -d $(PKG_SBIN_DIR)
++ $(LTINSTALL) -m 755 $(LTCOMMAND) $(PKG_SBIN_DIR)
++ $(LTINSTALL) -S $(PKG_SBIN_DIR)/$(LTCOMMAND) $(PKG_BIN_DIR)/$(LTCOMMAND)
++endif
+ install-dev install-lib:
diff -Nru acl-2.2.49/debian/patches/series acl-2.2.49/debian/patches/series
--- acl-2.2.49/debian/patches/series 2010-06-08 17:43:53.000000000 +1000
+++ acl-2.2.49/debian/patches/series 2010-09-21 16:09:54.000000000 +1000
@@ -5,3 +5,4 @@
06-fix_potential_null_pointer_dereference.patch
02-499076-physical-walk.patch
09-prevent_setfacl_--restore_from_SIGSEGV.patch
+10-590240-move-binaries-to-root-bin-dir.patch
Attachment:
signature.asc
Description: Digital signature