summaryrefslogtreecommitdiff
path: root/dselect/methods
AgeCommit message (Collapse)AuthorFilesLines
2010-02-25Use Debian instead of Debian GNU/Linux when referring to the distributionGuillem Jover1-1/+1
2009-11-08Clean up perl shebang lineGuillem Jover3-3/+9
Use “use warnings” instead of passing “-w”. Remove “--” parameters. Remove shebangs from perl modules. Remove spaces after “#!”.
2009-11-08Unify format in license headersGuillem Jover6-6/+6
Indent license text to one space after the '#'. Add '#' to blank lines between paragraphs and remove trailing '#' after the license text.
2009-11-08Fix copyright statementsGuillem Jover6-15/+15
Use UTF-8 copyright symbol instead of “(C)”. Add missing “Copyright ©” to copyright statements instead of relying on the first occurance. Use properly spelled names.
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover3-6/+3
Use the <http://www.gnu.org/licenses/> URL, instead of in most cases the outdated FSF address, which is way more stable, as the latter has changed several times in the past.
2009-11-07Use find with -L instead of deprecated -followGuillem Jover4-6/+7
2009-10-02dselect-multicd: fix bashism in setup scriptRaphaël Hertzog1-3/+3
Use printf instead of echo -e. Closes: #530070
2009-10-02dselect-multicd: replace/drop obsolete dpkg commandsRaphaël Hertzog3-5/+3
dpkg --print-installation-architecture is deprecated in favor of dpkg --print-architecture. dpkg --forget-old-unavail is obsolete.
2009-10-02dselect-multicd: update README wrt the dpkg-scanpackages situationRaphaël Hertzog1-21/+7
The required features have been merged in the official dpkg-scanpackages so don't mention the diverted copy that doesn't exist anymore.
2009-10-02dselect-multicd: add missing copyright statementsRaphaël Hertzog3-0/+55
The copyright statements come from debian/copyright in the dpkg-multicd source package (version 0.21).
2009-10-02Integrate dpkg-multicd into dselectRaphaël Hertzog9-2/+1246
The `multicd' package was initially written by Heiko Schlittermann <heiko@lotte.sax.de> based on builtin access methods written by Ian Jackson <ian@chiark.greenend.org.uk>. The final packaging as well as cleanups were made by Martin Schulze <joey@infodrom.north.de> who also put this package together for the slink release (Debian GNU/Linux 2.1). This commit includes the raw files as provided in version 0.21 of dpkg-multicd (except for a few whitespaces cleanups). The dpkg-scanpackages fork has been left out since the required features have been merged in the official dpkg-scanpackages. Closes: #516631
2009-09-26dselect-ftp: stop calling dpkg --forget-old-unavail as it's a no-opRaphaël Hertzog1-5/+0
And it outputs an annoying warning nowadays.
2009-09-26dselect-ftp: don't use obsolete dpkg --print-installation-architectureRaphaël Hertzog2-2/+2
2009-09-26dselect-ftp: Update my e-mail address and copyrightRaphaël Hertzog3-3/+3
2009-09-26Integrate dpkg-ftp into dselectRaphaël Hertzog8-2/+1687
It requires perl to work but don't add it as a dependency but only as a suggests and instead have a nice error message to invite the user to install the perl package. Other minor changes include removal of latin1 characters, moving the README.mirrors file inside the method directory and renaming the Dpkg::Ftp module to Dselect::Ftp.
2009-07-12Obsolete --forget-old-unavailGuillem Jover1-2/+0
On parse mark not-installed leftover packages for automatic removal from the database on next dump. The states we consider for removal are want_purge, want_deinstall and want_hold. The latter being the ancient default for not-installed packages. This makes the --forget-old-unavail option not useful anymore, so switch it to be a no-op, and target it for future removal as obsolescent. Closes: #33394, #429262
2009-05-24dselect: Properly parse fdisk output in disk setup methodGuillem Jover1-3/+3
util-linux's fdisk has not emitted the Begin column since 1998-06-10 version 2.8. Change the parsing code accordingly to make it actually work.
2009-05-24dselect: Fix bashism (“echo -e”) in disk setup methodGuillem Jover1-1/+1
Closes: #530071
2009-05-24dselect: Refactor partition printing in disk setup methodGuillem Jover1-3/+10
Move code into its own function.
2009-01-23Cleanup .gitignore filesGuillem Jover1-2/+0
Move common ignore matches to the top-level .gitignore. Force directory matching by adding a trailing /. Remove unused matches (enoent). Add missing matches (t.tmp and autom4te.cache/).
2007-03-20Update svn:ignore attributes.Guillem Jover1-0/+1
2006-06-17Set all svn:ignore.Guillem Jover1-0/+1
2006-02-17Move the methods directory to dselect/methods, so the contents will notGuillem Jover14-0/+1112
be installed if dselect is not to be built.