[25403] in Source-Commits
/svn/athena r24955 - in trunk/debathena: . config/pam-config/debian debathena/libmail-expandaliases-perl/debian
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Tue Feb 15 03:57:45 2011
Date: Tue, 15 Feb 2011 03:57:37 -0500
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <201102150857.p1F8vbCp024282@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: geofft
Date: 2011-02-15 03:57:37 -0500 (Tue, 15 Feb 2011)
New Revision: 24955
Modified:
trunk/debathena/NOTES
trunk/debathena/config/pam-config/debian/libpam-krb5.pam-config
trunk/debathena/debathena/libmail-expandaliases-perl/debian/control
Log:
NOTES: do-build handles debathenified packages properly these days
Modified: trunk/debathena/NOTES
===================================================================
--- trunk/debathena/NOTES 2011-02-15 03:46:31 UTC (rev 24954)
+++ trunk/debathena/NOTES 2011-02-15 08:57:37 UTC (rev 24955)
@@ -521,17 +521,7 @@
screen session. It's possible to do several builds at once with
make -j N.
- 12. debathenify packages will fail out; they must be built by hand.
- When the build fails on one, cd into third/packagename in the
- build area and run "./debathenify $suite-amd64 -A source binary
- upload" and "./debathenify $suite-i386 binary upload". Then
- touch $DEBATHENA_BUILD_AREA/stamps.$suite/packagename.done" and
- restart the build.
-
- The newly created third/openafs/meta directories should be
- chmodded 777 to work around a perl/AFS permissions issue.
-
- 13. Equivs packages (in meta/) will not be built, since they are only
+ 12. Equivs packages (in meta/) will not be built, since they are only
built once and uploaded to every release. Upload all equivs
packages by running dareprepro include $suite-development on each
.changes file.
Modified: trunk/debathena/config/pam-config/debian/libpam-krb5.pam-config
===================================================================
--- trunk/debathena/config/pam-config/debian/libpam-krb5.pam-config 2011-02-15 03:46:31 UTC (rev 24954)
+++ trunk/debathena/config/pam-config/debian/libpam-krb5.pam-config 2011-02-15 08:57:37 UTC (rev 24955)
@@ -3,9 +3,13 @@
Priority: 128
Auth-Type: Primary
Auth-Initial:
+ [success=1 default=ignore] pam_succeed_if.so user !~ @
+ [default=die] pam_echo.so file=/etc/issue.net.at_sign
[success=end authinfo_unavail=ignore default=die] pam_krb5.so minimum_uid=1
[default=die] pam_echo.so file=/etc/issue.net.no_network
Auth:
+ [success=1 default=ignore] pam_succeed_if.so user !~ @
+ [default=die] pam_echo.so file=/etc/issue.net.at_sign
[success=end authinfo_unavail=ignore default=die] pam_krb5.so minimum_uid=1 use_first_pass
[default=die] pam_echo.so file=/etc/issue.net.no_network
Account-Type: Primary
Modified: trunk/debathena/debathena/libmail-expandaliases-perl/debian/control
===================================================================
--- trunk/debathena/debathena/libmail-expandaliases-perl/debian/control 2011-02-15 03:46:31 UTC (rev 24954)
+++ trunk/debathena/debathena/libmail-expandaliases-perl/debian/control 2011-02-15 08:57:37 UTC (rev 24955)
@@ -1,5 +1,5 @@
Source: libmail-expandaliases-perl
-Section: perl
+Section: debathena/perl
Priority: optional
Build-Depends: cdbs, debhelper (>= 5), perl (>= 5.6.10-12)
Maintainer: Debathena Project <debathena@mit.edu>