Package: emdebian-tools Version: 0.3.0 Severity: minor If you have the non-free and/or contrib sections together with the main into your /etc/apt/sources.list repos file, being your major mirror a master mirror, then emdebian-tools postinst script creates a /etc/apt/sources.list.d/emdebian.sources.list which will also include a master mirror since it will fail to detect you already have one.
I attach my sources.list and the emdebian created emdebian.sources.list The regexp that fixes the problem is: /^deb(\-src)? (.*) unstable main( non\-free)?( contrib)?$/ as per codehelp at #emdebian. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (900, 'unstable'), (200, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.22-1-686 (SMP w/2 CPU cores) Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages emdebian-tools depends on: ii apt 0.7.6 Advanced front-end for dpkg ii apt-cross 0.2.1 retrieve, build and install librar ii autoconf 2.61-4 automatic configure script builder ii automake 1:1.10+nogfdl-1 A tool for generating GNU Standard ii binutils 2.18~cvs20070812-1 The GNU assembler, linker and bina ii debconf [debconf-2.0] 1.5.14 Debian configuration management sy ii debhelper 5.0.53 helper programs for debian/rules ii debootstrap 1.0.3 Bootstrap a basic Debian system ii devscripts 2.10.7 Scripts to make the life of a Debi ii dpatch 2.0.27 patch maintenance system for Debia ii dpkg-cross 1.39 tools for cross compiling Debian p ii dpkg-dev 1.14.5 package building tools for Debian ii fakeroot 1.7.1 Gives a fake root environment ii flex 2.5.33-12 A fast lexical analyzer generator. ii gawk 1:3.1.5.dfsg-4 GNU awk, a pattern scanning and pr ii gcc 4:4.1.2-3 The GNU C compiler ii libconfig-auto-perl 0.20-1 Magical config file parser ii libfile-homedir-perl 0.64-1 Get the home directory for yoursel ii libparse-debianchange 1.1-1 parse Debian changelogs and output ii libtext-diff-perl 0.35-2 Perform diffs on files and record ii libwww-perl 5.805-1 WWW client/server library for Perl ii pbuilder 0.171 personal package builder for Debia ii perl 5.8.8-7 Larry Wall's Practical Extraction ii realpath 1.10 Return the canonicalized absolute ii sudo 1.6.8p12-5 Provide limited super user privile ii ucf 3.001 Update Configuration File: preserv Versions of packages emdebian-tools recommends: ii subversion 1.4.4dfsg1-1 Advanced version control system -- debconf information: * emsource/svnusername: * emsetup/aptagent: false * emsource/workdir: /opt/emdebian
# The Emdebian toolchain repository deb http://www.emdebian.org/debian/ unstable main deb-src http://www.emdebian.org/debian/ unstable main # Emdebian requires at least one primary mirror. Use this one # OR add your preferred mirror to /etc/apt/sources.list # and then use dpkg-reconfigure emdebian-tools # See http://www.debian.org/mirror/list for a list of primary mirrors. deb http://ftp.uk.debian.org/debian unstable main deb-src http://ftp.uk.debian.org/debian unstable main
deb file:/var/cache/apt-build/repository apt-build main #deb file:///cdrom/ sarge main #deb http://ftp.es.debian.org/debian/ experimental main non-free contrib deb ftp://ftp.de.debian.org/debian/ unstable main non-free contrib deb ftp://ftp.de.debian.org/debian/ testing main non-free contrib deb ftp://ftp.de.debian.org/debian/ stable main non-free contrib #deb ftp://ftp.rediris.es/debian/ testing main non-free contrib #deb ftp://ftp.rediris.es/debian/ unstable main non-free contrib #deb ftp://ftp.rediris.es/debian/ experimental main non-free contrib deb-src ftp://ftp.de.debian.org/debian/ unstable main non-free contrib #deb-src ftp://ftp.rediris.es/debian/ testing main non-free contrib #deb-src ftp://ftp.rediris.es/debian/ unstable main non-free contrib #deb-src ftp://ftp.rediris.es/debian/ experimental main non-free contrib #deb-src ftp://ftp.rediris.es/debian/ testing main non-free contrib #deb http://ftp.de.debian.org/debian-volatile/ etch/volatile main contrib non-free #deb http://wine.budgetdedicated.com/apt dapper main #deb-src http://wine.budgetdedicated.com/apt dapper main #deb http://wine.sourceforge.net/apt/ binary/ #deb http://security.debian.org/ stable/updates main #mplayer #deb ftp://ftp.nerim.net/debian-marillat/ etch main deb http://www.debian-multimedia.org unstable main #deb http://tonelli.sns.it/pub/mplayer/etch ./ #Compilador cruzado #deb http://www.emdebian.org/debian testing main #deb-src http://www.emdebian.org/debian testing main #deb http://www.emdebian.org/emdebian-tools/testing ./ deb http://scratchbox.org/debian/ ./ #beryl #deb http://www.linux.lk/~anuradha/beryl/etch/ ./

