[Pkg-sympa-commits] [SCM] sympa Debian packaging branch, master, updated. debian/6.1.7_dfsg-2-21-gc52a261

Emmanuel Bouthenot kolter at openics.org
Fri May 11 00:20:09 UTC 2012


The following commit has been merged in the master branch:
commit ee6e2855a231d406f356e4fc8d79eedc5b1d95ac
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Thu May 10 22:00:26 2012 +0000

    Remove useless patch 2001_hardcode_user_and_group.patch

diff --git a/debian/patches/2001_hardcode_user_and_group.patch b/debian/patches/2001_hardcode_user_and_group.patch
deleted file mode 100644
index c50c50e..0000000
--- a/debian/patches/2001_hardcode_user_and_group.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: hardcode user and group in Sympa::Constants
-Author: Stefan Hornburg (Racke) <racke at linuxia.de>
-Last-Update: 2010-01-19
---- a/src/lib/Sympa/Constants.pm.in
-+++ b/src/lib/Sympa/Constants.pm.in
-@@ -27,8 +27,8 @@
- 
- 
- use constant VERSION => '--VERSION--';
--use constant USER    => '--USER--';
--use constant GROUP   => '--GROUP--';
-+use constant USER    => 'sympa';
-+use constant GROUP   => 'sympa';
- 
- use constant CONFIG           => '--CONFIG--';
- use constant WWSCONFIG        => '--WWSCONFIG--';
diff --git a/debian/patches/series b/debian/patches/series
index 80dd1bf..4fa2ba7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,7 +7,6 @@
 #1009_postfix_virtual_aliases.patch
 1010_db_port.patch
 1011_fix_sqlite_db_upgrade
-2001_hardcode_user_and_group.patch
 2002_wizard_drop_localedir.patch
 #2003_sanitize_make_all.patch
 2004_pg_create_db.patch
diff --git a/debian/rules b/debian/rules
index 84995d6..a5bb3f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,7 @@ DEB_CONFIGURE_EXTRA_FLAGS = \
 	--with-initdir=/etc/init.d \
 	--with-docdir=/usr/share/doc/sympa \
 	--with-perl=$(PERL) \
-	--with-user=root --with-group=root \
+	--with-user=sympa --with-group=sympa \
 	--with-sendmail_aliases=/etc/mail/sympa/aliases \
 	--with-virtual_aliases=/etc/mail/sympa/virtual
 

-- 
sympa Debian packaging



More information about the Pkg-sympa-commits mailing list