summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-12-13releasing package debhelper version 9.20131213debian/9.201312139.20131213Joey Hess1-2/+2
2013-12-13dh_installdeb: add support for d-m-h commands symlink_to_dir, dir_to_symlinkAndreas Beckmann2-0/+8
these two new dpkg-maintscript-helper commands were added in dpkg 1.17.2 (and fixed in 1.17.5, therefore using this version for Pre-Depends)
2013-12-13Revert "dh_installdeb: add support for d-m-h commands symlink_to_dir, ↵Joey Hess2-8/+0
dir_to_symlink" This reverts commit 1e42d7e017cc36ec10e029abac78a1ffceea72f9.
2013-12-09dh_installdeb: add support for d-m-h commands symlink_to_dir, dir_to_symlinkAndreas Beckmann2-0/+8
these two new dpkg-maintscript-helper commands were added in dpkg 1.17.2
2013-12-05cmake: Configure with -DCMAKE_BUILD_TYPE=None Closes: #701233Joey Hess2-1/+8
2013-11-27Merge remote-tracking branch 'refs/remotes/dgit/dgit/sid'debian/9.20131127Joey Hess0-0/+0
2013-11-27prep9.20131127Joey Hess1-2/+2
2013-11-25dh_compress: Exclude several more compressed file formats. Closes: #730483Joey Hess2-1/+10
2013-11-10releasing package debhelper version 9.201311109.20131110Joey Hess1-2/+2
2013-11-10Record debhelper (9.20131110) in archive suite sidJoey Hess2-6/+14
2013-11-10debhelper (9.20131110) unstable; urgency=lowJoey Hess152-0/+52805
* dh_installinit: Revert changes that added versioned dependency on sysv-rc to support upstart, which later grew to a versioned dependency on sysv-rc | file-rc, and which seems to want to continue growing to list other init systems, which there currently seem to be far too many of, for far too little benefit. The sysv-rc dependency is already met in stable. The file-rc dependency is not, so if someone cares about that, they need to find a properly designed solution, which this was not. Closes: #729248 # imported from the archive
2013-11-10dh_installinit: Revert changes that added versioned dependency on sysv-rc to ↵Joey Hess2-6/+14
support upstart, which later grew to a versioned dependency on sysv-rc | file-rc, and which seems to want to continue growing to list other init systems, which there currently seem to be far too many of, for far too little benefit. The sysv-rc dependency is already met in stable. The file-rc dependency is not, so if someone cares about that, they need to find a properly designed solution, which this was not. Closes: #729248
2013-11-05releasing package debhelper version 9.20131105debian/9.201311059.20131105Joey Hess1-2/+2
2013-11-05Fix (horrible) make output parsing code to work with make 4.0. Closes: ↵Joey Hess2-1/+8
#728800 Thanks, Julien Pinon
2013-11-04po changes caused by builddebian/9.201311049.20131104Joey Hess4-138/+247
2013-11-04prep releaseJoey Hess1-5/+6
2013-11-04Merge remote-tracking branch 'dgit/dgit/sid'Joey Hess0-0/+0
2013-11-03Close the bug (#728620) fixed by previous commit.Modestas Vainius1-1/+1
2013-11-03Update dh_installemacsen for emacsen-common 2.0.Modestas Vainius5-9/+35
Update dh_installemacsen and related scripts to follow /usr/share/doc/emacsen-common/debian-emacs-policy.gz as of emacsen-common package version 2.0.5. The changes include: * Install debian/package.emacsen-compat into usr/lib/emacsen-common/packages/compat/package if present * All maintainer scripts test for existance of /var/lib/emacsen-common/state/package/installed/emacsen-common as mandated by policy. * Generate and install preinst maintainer script if needed.
2013-11-03team list being createdJoey Hess2-1/+5
2013-10-20dh_installchangelogs: Avoid installing binNMU changelog file in --no-act ↵Joey Hess2-3/+12
mode. Closes: #726930
2013-09-21changelog9.20130921Joey Hess1-2/+2
2013-09-21debhelper (9.20130921) unstable; urgency=lowJoey Hess150-0/+52640
* dh: Call dh_installxfonts after dh_link, so that it will notice fonts installed via symlinks. Closes: #721264 * Fix FTBFS with perl 5.18. Closes: #722501 * dh_installchangelogs: Add changelog.md to the list of common changelog filenames. # imported from the archive
2013-09-21dh_installchangelogs: Add changelog.md to the list of common changelog ↵Joey Hess2-1/+3
filenames.
2013-09-11Fix FTBFS with perl 5.18. Closes: #722501Joey Hess1-0/+1
2013-09-11remove trailing space in L<..> in french translationDamyan Ivanov1-1/+1
this breaks the build with new perls
2013-08-29dh: Call dh_installxfonts after dh_link, so that it will notice fonts ↵Joey Hess2-1/+8
installed via symlinks. Closes: #721264
2013-08-20releasing version 9.201307209.20130720Joey Hess5-853/+682
2013-08-20make line less longJoey Hess1-1/+2
2013-08-20makefile buildsystem: Tighten heuristic to detect if makefile target exists. ↵Joey Hess2-1/+5
An error message that some other target does not exist just means the makefile spaghetti has problems later on when run with -n, but not that the called target didn't exist. Closes: #718121
2013-08-15dh_install, dh_installdocs, dh_clean: Fix uses of find -exec which cause it ↵Joey Hess5-6/+9
to ignore exit status of the commands run.
2013-08-11dh_installinit: Fix a longstanding accidental behavior that caused a file ↵Joey Hess3-1/+19
named debian/package to be installed as the init script. Only fixed in v10 since packages might depend on this behavior. Closes: #719359
2013-08-09Type fixes. Closes: #719216Joey Hess1-0/+1
2013-08-09Fix typo for propagateGuillem Jover2-2/+2
2013-07-19dh_python: Removed this deprecated and unused command. Closes: #717374 ↵Joey Hess7-303/+12
(Thanks, Luca Falavigna)
2013-06-30releasing version 9.201306309.20130630Joey Hess1-3/+3
2013-06-30use LC_ALL not LANG to reset to CJoey Hess1-1/+1
2013-06-30perl_build: Use -- long option names, for compatability with ↵Joey Hess2-5/+13
Module::Build::Tiny. Closes: #714544 (Thanks, gregor herrmann)
2013-06-26releasing version 9.201306269.20130626Joey Hess2-1/+7
2013-06-24releasing version 9.201306249.20130624Joey Hess6-160/+185
2013-06-24makefile buildsystem: Added heuristic to catch false positive in makefile ↵Joey Hess2-7/+45
target detection code. Closes: #713257 Nasty make ... why won't it tell us what's in its pocketses?
2013-06-18dh_installinit: Use absolute path for systemd tempfiles, for compatability ↵Joey Hess1-0/+7
with wheezy's systemd. Closes: #712727
2013-06-18dh_installinit: use absolute path to tmpfilesMichael Stapelberg1-5/+7
While newer systemd versions don’t need the absolute path, this breaks with older systemd versions, notably v44, which we currently have in wheezy. Using the absolute paths has no drawbacks and works with both versions.
2013-06-18missing bracketJoey Hess1-1/+1
2013-06-10don't mention dhJoey Hess1-1/+1
2013-06-05releasing version 9.201306059.20130605Joey Hess1-2/+2
2013-06-05dh_installchangelogs: Fix bug preventing automatic installation of upstream ↵Joey Hess2-0/+8
changelog. Closes: #711131
2013-06-04releasing version 9.201306049.20130604Joey Hess5-124/+199
2013-06-04updateJoey Hess2-3/+6
2013-06-04Bug#709482: dh_installinit: permit file-rc for upstart jobsColin Watson1-1/+1
Package: debhelper Version: 9.20130518 Severity: normal Tags: patch User: ubuntu-devel@lists.ubuntu.com Usertags: origin-ubuntu ubuntu-patch saucy Control: block -1 by 709481 Hi, Thorsten Glaser pointed out to me this morning that forwarding Ubuntu's backlog of Upstart jobs to Debian will cause a bunch of packages to be incompatible with file-rc. Now, I don't know how long file-rc is sticking around, but it doesn't seem right for Upstart jobs to be the thing that force it out, so I think we should fix this. I sent a patch to the file-rc maintainers as #709481 which brings their invoke-rc.d up to date with the upstart support in sysv-rc. Once that's applied, I think the following patch should be applied to debhelper, although you'll need to adjust it to match whatever version they choose.