summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* prep releasedebian/9.20141022Joey Hess2014-10-22
|
* dh_installdeb: register conffiles in a stable orderJérémy Bobbio2014-10-22
| | | | | | | conffiles were automatically registered by dh_installdeb depending on the order they were found on the filesystem. For build reproducibility, we now sort them in order to have a stable order accross multiple builds.
* prep releasedebian/9.20141010Joey Hess2014-10-10
|
* avoid referring to $package in error messageJoey Hess2014-10-10
| | | | Depending on control file field order, $package may not yet be populated.
* remove %package_profilesJoey Hess2014-10-10
| | | | | | This is a lexically scoped variable that is not used anywhere in the file, and cannot be used by anything outside it. I think it was initially added cargo-cult style with the other similar variables.
* clean up profiles codeJoey Hess2014-10-10
|
* fix layoutJoey Hess2014-10-10
|
* fix up from git am of patch that was for some reason not based on current ↵Joey Hess2014-10-10
| | | | release
* Merge commit '4402e553df5279c2f65aee8623aca504988cc508'Joey Hess2014-10-10
|\
| * use libdpkg-perl to parse and evaluate build profilesjosch2014-10-10
| |
* | bump standards versiondebian/9.20141003Joey Hess2014-10-03
| |
* | po spamJoey Hess2014-10-03
| |
* | prep releaseJoey Hess2014-10-03
| |
* | dh_clean: Skip over .git, .svn, .bzr, .hg, and CVS directories and avoid ↵Joey Hess2014-10-03
| | | | | | | | | | | | | | | | cleaning their contents. Closes: #760033 I don't much like debhelper needing to contain yet another copy of every bit of vcs cruft known to man; at least this only needs to be the directories and not other dotfiles.
* | urlsJoey Hess2014-08-29
|/
* prep releasedebian/9.20140817Joey Hess2014-08-17
|
* upcaseJoey Hess2014-08-13
|
* Updated German translation from Chris Leick. Closes: #735610Joey Hess2014-08-13
|
* add pt addendum fileJoey Hess2014-08-13
|
* fix build problemJoey Hess2014-08-13
|
* add pt translation, currently it breaks the buildJoey Hess2014-08-13
|
* posdebian/9.20140809Joey Hess2014-08-09
|
* Use vendorlib and vendorarch from Config instead of hardcoding their valuesNiko Tyni2014-08-09
| | | | | $Config{vendorarch} is changing with the perl 5.20 packages, see #748380.
* prep releaseJoey Hess2014-08-09
|
* dh_perl: Use vendorlib and vendorarch from Config instead of hardcoding ↵Joey Hess2014-08-09
| | | | their values. Closes: #750021
* Typo: Closes: #755237Joey Hess2014-07-19
|
* changelogJoey Hess2014-06-30
|
* Add perlapi-* dependency on packages installed to $Config{vendorarch}Niko Tyni2014-06-30
| | | | | | | $Config{vendorarch} can now change between perl versions, so stricter dependencies are needed for partial upgrades. See #750017 for details. This currently affects six packages in the archive.
* posdebian/9.20140613Joey Hess2014-06-13
|
* prep releaseJoey Hess2014-06-13
|
* Pass --disable-silent-rules in dh_auto_configure if DH_VERBOSE is set.Joey Hess2014-06-13
|
* dh_installinit: Fix uninitialized value warning when --name is used.Joey Hess2014-05-24
|
* Minor typos. Closes: #741144, #744176Joey Hess2014-04-11
|
* Minor typo. Closes: #741144Joey Hess2014-03-10
|
* prep releasedebian/9.20140228Joey Hess2014-02-28
|
* Fix breakage in no-act mode introduced in last release.Joey Hess2014-02-28
|
* prep releasedebian/9.20140227Joey Hess2014-02-27
|
* prep releaseJoey Hess2014-02-27
|
* dh_gencontrol: Revert change made in version 4.0.13 that avoided passing -p ↵Joey Hess2014-02-20
| | | | to dpkg-gencontrol when only operating on one package. There seems to be no benefit to doing that, and it breaks when using Build-Profiles, since while debhelper may know a profile only allows for one package, dpkg-gencontrol may see other packages in the control file.
* Initial implementation of support for Build-Profiles fields. Thanks, Daniel ↵Joey Hess2014-02-12
| | | | Schepler.
* changelogJoey Hess2014-02-04
|
* Use realclean instead of distclean on perl_build buildsystem.gregor herrmann2014-02-04
| | | | | | | | | | Switch from `Build distclean' to `Build realclean' in the clean action of the perl_build buildsystem. 'distclean' is not specified in the CPAN::API::BuildPL specification, and therefor not implemented in Module::Build::Tiny (and other future implementations). Besides that, the dist* actions are meant for upstream authors.
* dh: Reject unknown parameters that are not dashed command-line parameters ↵Joey Hess2014-02-04
| | | | | | | intended to be passed on to debhelper commands. Closes: #737635 Note that dh build -n foo bar will pass -nfoobar to the debhelper command. I did not try to change that, as it would add significant complication.
* dh_makeshlibs: Defer propigating dpkg-gensymbols error until all packages ↵Joey Hess2014-01-30
| | | | have been processed. Closes: #736640
* dh_installdocs: When doc dirs are symlinked make the dependency versioned ↵Joey Hess2014-01-25
| | | | per policy. Closes: #676777
* dh_compress: Avoid compressing .map files, which may be html usemaps. ↵Joey Hess2014-01-25
| | | | Closes: #704443
* prep releasedebian/9.20131227Joey Hess2013-12-27
|
* dh_shlibdeps: Use new dpkg-shlibdeps -l option instead of LD_LIBRARY_PATHGuillem Jover2013-12-27
| | | | | | | | | | | | Using LD_LIBRARY_PATH to pass additional private package library directories is problematic when cross-compiling, as the host and build directories get mixed in the run-time environment variable used by the dynamic linker. Depend on dpkg-dev (>= 1.17.0), the version that introduced dpkg-shlibdeps -l option. Closes: #717505
* corrent docs; rules.d file is not a symlinkJoey Hess2013-12-15
|
* releasing package debhelper version 9.20131213debian/9.20131213Joey Hess2013-12-13
|