[Pkg-debile-commits] [debile-master] 15/28: Fix line breaks in APT sources.list

Léo Cavaillé leo.cavaille-guest at alioth.debian.org
Wed Aug 21 13:36:51 UTC 2013


This is an automated email from the git hooks/post-receive script.

leo.cavaille-guest pushed a commit to branch master
in repository debile-master.

commit adb95efb6c8db9521c0f3c19fc70637ae24ae30d
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Sat Aug 17 09:47:14 2013 +0200

    Fix line breaks in APT sources.list
---
 lucy/archive.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lucy/archive.py b/lucy/archive.py
index cb9c8d3..5546ce8 100644
--- a/lucy/archive.py
+++ b/lucy/archive.py
@@ -163,9 +163,9 @@ class UserRepository:
             debile_fqdn = self.config.get('paths', 'debile_fqdn'))
 
     def generate_aptsourcelist(self):
-        l = "# source debile mirror of %s packages" % self.user.name
+        l = "# source debile mirror of %s packages\n" % self.user.name
         path = os.path.join(self.config.get('paths', 'pool_url'), self.user.login, 'source')
-        l += "deb-src %s/ sid main\n\n" % path
+        l += "deb-src %s/ sid main" % path
         return l
 
     def generate_aptbinarylist(self):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-master.git



More information about the Pkg-debile-commits mailing list