diff -u policycoreutils-2.0.82/debian/postinst policycoreutils-2.0.82/debian/postinst --- policycoreutils-2.0.82/debian/postinst +++ policycoreutils-2.0.82/debian/postinst @@ -88,7 +88,7 @@ ##: [ ! -x /usr/bin/update-menus ] || /usr/bin/update-menus # Arrange for a daemon to be started at system boot time -update-rc.d ${package_name} defaults >/dev/null +update-rc.d ${package_name} start 00 S 2 3 4 5 . stop 99 0 1 6 . >/dev/null OLD_FILES='/etc/init.d/selinux /etc/rcS.d/S02selinux /etc/default/selinux /ss_policy' OLD_FILES="$OLD_FILES /etc/mkinitrd/scripts/selinux /etc/security/apt-get_context" diff -u policycoreutils-2.0.82/debian/changelog policycoreutils-2.0.82/debian/changelog --- policycoreutils-2.0.82/debian/changelog +++ policycoreutils-2.0.82/debian/changelog @@ -1,3 +1,10 @@ +policycoreutils (2.0.82-2ubuntu1) maverick; urgency=low + + * Merge from debian unstable. Remaining changes: LP: #597705 + - debian/postinst: move restorecon to a higher startup level. + + -- Bhavani Shankar Fri, 25 Jun 2010 11:37:15 +0530 + policycoreutils (2.0.82-2) unstable; urgency=low * Use "rm -rf" when cleaning out /tmp. @@ -20,6 +27,13 @@ -- Manoj Srivastava Sun, 28 Mar 2010 10:13:19 -0700 +policycoreutils (2.0.77-1ubuntu1) lucid; urgency=low + + * Merge from Debian testing. Remaining changes: + - debian/postinst: move restorecon to a higher startup level. + + -- Kees Cook Sat, 12 Dec 2009 09:30:42 -0800 + policycoreutils (2.0.77-1) unstable; urgency=low * New upstream version. @@ -116,6 +130,32 @@ -- Manoj Srivastava Thu, 27 Aug 2009 13:06:36 -0500 +policycoreutils (2.0.69-2ubuntu3) karmic; urgency=low + + * policycoreutils/restorecond/restorecond.c: handle inotify changes + if 2.6.31 to fix 100% CPU in restorecond, thanks to Caleb Case and + Martin Orr (LP: #455739). + + -- Kees Cook Mon, 19 Oct 2009 12:37:16 -0700 + +policycoreutils (2.0.69-2ubuntu2) karmic; urgency=low + + * Install man pages to /usr/share (LP: #418026). + * Only use 'seclabel' checking if selinux is enabled (LP: #428043). + + -- Caleb Case Fri, 11 Sep 2009 14:26:09 -0400 + +policycoreutils (2.0.69-2ubuntu1) karmic; urgency=low + + * Merge from debian unstable, remaining changes: LP: #400111 + - load_policy/Makefile, debian/local.mk: move load_policy to /sbin + ensuring it is available during early boot. + - restorecond/restorecond.conf: adding more files from the /var/run + pseudo fs. + - debian/postinst: move restorecon to a higher startup level. + + -- Bhavani Shankar Thu, 20 Aug 2009 19:55:18 +0530 + policycoreutils (2.0.69-2) unstable; urgency=low * [7f346a4]: [topic--restorecond-init-script] Fix headers in script @@ -179,6 +219,17 @@ -- Manoj Srivastava Mon, 15 Jun 2009 16:24:38 -0500 +policycoreutils (2.0.55-1ubuntu1) karmic; urgency=low + + * Merge from debian unstable, remaining changes: + - load_policy/Makefile, debian/local.mk: move load_policy to /sbin + ensuring it is available during early boot. + - restorecond/restorecond.conf: adding more files from the /var/run + pseudo fs. + - debian/postinst: move restorecon to a higher startup level. + + -- Kees Cook Sun, 10 May 2009 16:07:46 -0700 + policycoreutils (2.0.55-1) unstable; urgency=low * New upstream release @@ -198,6 +249,19 @@ -- Manoj Srivastava Thu, 12 Feb 2009 22:52:54 -0600 +policycoreutils (2.0.49-8ubuntu2) jaunty; urgency=low + + * Moving restorecon to a higher startup level. + * Adding files from the /var/run pseudo fs (LP: #352756). + + -- Caleb Case Tue, 31 Mar 2009 11:30:42 -0400 + +policycoreutils (2.0.49-8ubuntu1) jaunty; urgency=low + + * Move load_policy to /sbin ensuring it is available at boot (LP: #126415). + + -- Caleb Case Tue, 17 Mar 2009 11:57:03 -0400 + policycoreutils (2.0.49-8) unstable; urgency=high * [62526b0]: Fix fr.po which causes semanage to fail @@ -1174,0 +1239 @@ + diff -u policycoreutils-2.0.82/debian/control policycoreutils-2.0.82/debian/control --- policycoreutils-2.0.82/debian/control +++ policycoreutils-2.0.82/debian/control @@ -3,7 +3,8 @@ VCS-Browser: http://git.debian.org/git/?p=users/srivasta/debian/policycoreutils.git Priority: optional Section: utils -Maintainer: Russell Coker +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Russell Coker Uploaders: Manoj Srivastava Standards-Version: 3.8.4.0 Build-Depends: libselinux1-dev (>= 2.0.94), libpam0g-dev,