Author: osallou-guest Date: 2011-10-18 13:54:48 +0000 (Tue, 18 Oct 2011) New Revision: 8165
Modified: trunk/packages/gmod/gbrowse/trunk/debian/changelog trunk/packages/gmod/gbrowse/trunk/debian/patches/debian-packaging-patch Log: new upstream release, fix patch to new upstram values Modified: trunk/packages/gmod/gbrowse/trunk/debian/changelog =================================================================== --- trunk/packages/gmod/gbrowse/trunk/debian/changelog 2011-10-17 12:15:23 UTC (rev 8164) +++ trunk/packages/gmod/gbrowse/trunk/debian/changelog 2011-10-18 13:54:48 UTC (rev 8165) @@ -1,3 +1,9 @@ +gbrowse (2.42~dfsg-1) unstable; urgency=low + + * New upstream release + + -- Olivier Sallou <[email protected]> Tue, 18 Oct 2011 15:37:42 +0200 + gbrowse (2.39~dfsg-2) unstable; urgency=low * Skip deferred rendering tests causing random failures on build servers Modified: trunk/packages/gmod/gbrowse/trunk/debian/patches/debian-packaging-patch =================================================================== --- trunk/packages/gmod/gbrowse/trunk/debian/patches/debian-packaging-patch 2011-10-17 12:15:23 UTC (rev 8164) +++ trunk/packages/gmod/gbrowse/trunk/debian/patches/debian-packaging-patch 2011-10-18 13:54:48 UTC (rev 8165) @@ -205,9 +205,9 @@ # "user_accounts" is true, then GBrowse # will attempt to use its internal user accounts database # to authenticate and/or register users. --user_accounts = $CAN_USER_ACCOUNTS --user_accounts_registration = $CAN_USER_ACCOUNTS_REG --user_accounts_openid = $CAN_USER_ACCOUNTS_OPENID +-user_accounts = 1 +-user_accounts_registration = 1 +-user_accounts_openid = 1 +user_accounts = 0 +user_accounts_registration = 0 +user_accounts_openid = 0 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
