summaryrefslogtreecommitdiff
path: root/debian/copyright
AgeCommit message (Collapse)AuthorFilesLines
2016-10-01d/copyright: Clarify copyright and license of dh_systemd*Niels Thykier1-0/+32
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-09-03Apply "wrap-and-sort -a"Axel Beckert1-1/+0
Fixes some trailing blanks and trailing blank lines, too. Signed-off-by: Axel Beckert <abe@deuxchevaux.org>
2016-02-22Remove dh_scrollkeeper - no longer used in unstableNiels Thykier1-4/+0
It has one remaining use in experimental (see #785394) Signed-off-by: Niels Thykier <niels@thykier.net>
2016-01-10d/copyright: Fix typoNiels Thykier1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2016-01-10dh_update_autotools_config: New helper to update config.{guess,sub}Niels Thykier1-0/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-01-01d/copyright: Reorder two paragraphsNiels Thykier1-4/+4
Signed-off-by: Niels Thykier <niels@thykier.net>
2013-07-19dh_python: Removed this deprecated and unused command. Closes: #717374 ↵Joey Hess1-4/+0
(Thanks, Luca Falavigna)
2012-04-10dh_installinit: rework upstart handling to comply with new policy proposal; ↵Joey Hess1-1/+1
packages will ship both an init script and an upstart job, instead of just an upstart job and a symlink to a compat wrapper. Closes: #577040
2012-03-13use public-domain license type, per the specJoey Hess1-1/+1
2012-02-25updated debian copyright format urlJoey Hess1-1/+1
2011-12-06add and enable German translationJoey Hess1-3/+15
2011-04-25update for dh_ucfJoey Hess1-0/+4
2011-04-01dh_installgsettings: New command to handle gsettings schema files. Closes: ↵Joey Hess1-2/+7
#604727
2011-01-25changelogJoey Hess1-1/+0
2011-01-13update to DEP-5Joey Hess1-8/+19
2010-08-13correct license of dh_installinitJoey Hess1-1/+1
It was GPL 2+ ; Steve added some code and chose to bump the license to GPL 3, which is his right (and I don't mind), but that code is still mixed with 2+ code, which is now 3+.
2010-01-27qmake: New buildsystem contributed by Kel Modderman. Closes: #566840Joey Hess1-4/+8
2009-09-02upstart supportSteve Langasek1-0/+4
Patch dh_installinit to handle upstart job files in preference over init scripts, and provide compatibility symlinks in /etc/init.d for sysv-rc implementations. Closes: #536035.
2009-07-24Merge branch 'buildsystems'Joey Hess1-0/+4
2009-07-15typoJoey Hess1-1/+1
2009-04-20update copyrightJoey Hess1-0/+4
2009-03-06add cruft for dh_bugfilesJoey Hess1-0/+4
2008-04-30Convert copyright file to new format.Joey Hess1-22/+45
2008-03-06* dh_lintian: Finally added this since linda is gone and there's onlyJoey Hess1-0/+1
lintian to worry about supporting. Closes: #109642, #166320, #206765 (Thanks to Steve M. Robbins for the initial implementation.)
2006-02-23r1881: * Add dh_installudev by Marco d'Itri.joeyh1-1/+2
2006-01-04r1837: remove dup linejoeyh1-1/+0
2005-04-09r1745: * Update Spanish translation of dh_clean man page. Closes: #303052joey1-1/+1
2004-01-13r1635: * Added dh_gconf command from Ross Burton. Closes: #180882version_4.1.84joey1-6/+10
* dh_scrollkeeper: Make postinst fragment test for scrollkeeper-update. Closes: #225337 * Copyright update. * Include full text of the GPL in the source package, because goodness knows, I need another copy of that in subversion..
2003-06-12r589: * Added dh_scrollkeeper, by Ross Burton.joey1-3/+7
* Added dh_userlocal, by Andrew Stribblehill. (With root.root special case added by me.) * Added dh_installlogcheck, by Jon Middleton. Closes: #184021 * Add aph's name to copyright file too.
2003-02-12r572: * Added dh_installcatalogs, for sgml (and later xml) catalogs. Byjoey1-2/+8
Adam DiCarlo. Closes: #90025
2002-11-21r565: * Various minor changes based on suggestions by luca.joey1-0/+3
2002-08-25r544: minor copyright updatesjoey1-1/+2
2002-04-12r518: * dh_movefiles has long been a sore point in debhelper. Inheritedjoey1-1/+1
from debstd, its interface and implementation suck, and I have maintained it while never really deigning to use it. Now there is a remplacment: dh_install, which ... - copies files, doesn't move them. Closes: #75360, #82649 - doesn't have that whole annoying debian/package.files vs. debian/files mess, as it uses debian/install. - supports copying empty subdirs. Closes: #133037 - doesn't use tar, thus no error reproting problems. Closes: #112538 - files are listed relative to the pwd, debian/tmp need not be used at all, so no globbing issues. Closes: #100404 - supports -X. Closes: #116902 - the whole concept of moving files out of a directory is gone, so this bug doesn't really apply. Closes: #120026 - This is exactly what Bill Allombert asked for in #117383, even though I designed it seemingly independantly. Thank you Bill! Closes: #117383 * Made debhelper's debian/rules a lot simpler by means of the above. * Updated example rules file to use dh_install. Also some reordering and other minor changes. * dh_movefiles is lightly deprecated, and when you run into its bugs and bad design, you are incouraged to just use dh_install instead. * dh_fixperms: in v4 only, make all files in bin/ dirs +x. Closes: #119039 * dh_fixperms: in v4 only, make all files in etc/init.d executable (of course there's -X ..) * dh_link: in v4 only, finds existing, non-policy-conformant symlinks and corrects them. This has the side effect of making dh_link idempotent. * Added a -h/--help option. This seems very obvious, but it never occured to me before.. * use v4 for building debhelper itself * v4 mode is done, you may now use it without fear of it changing. (This idea of this upload is to get v4 into woody so people won't run into many issues backporting from sarge to woody later on. Packages targeted for woody should continue to use whatever compatability level they are using.)
2000-11-27r392: * DH_COMPAT=3 now enables the following new features which I can't justjoey1-3/+3
turn on by default for fear of breaking backwards compatability: - dh_makeshlibs makes the postinst/postrm call ldconfig. Closes: #77154 Patch from Masato Taruishi <taru@debian.org> (modified). If you use this, be sure dh_makeshlibs runs before dh_installdeb; many old rules files have the ordering backwards. - dh_installdeb now causes all files in /etc to be registered as conffiles. - debian/README is now supported: it is treated exactly like debian/README.Debian. Either file is installed as README.Debian in non-native packages, and now as just README in native packages. Closes: #34628 * This is really only the start of the changes for v3, so use with caution.. * dh_du has finally been removed. It has been deprecated for ages, and a grep of the archive shows that nothing is using it except biss-awt and scsh. I filed bugs on both almost exactly a year ago. Those bugs should now be raised to severity important.. * --number option (to dh_installemacsen) is removed. It has been deprecated for a while and nothing uses it. Use --priority instead.
2000-02-08r337: * Copyright update: files in the examples directory are public domain.joey1-1/+2
2000-01-06r330: * Make all examples rules files executable.joey1-1/+1
* Copyright date updates.
1999-11-23r309: removed 'master'joey1-4/+8
1999-08-17r1: Initial revisionjoey1-0/+5