ntk/apt.git
10 years agoMerge remote-tracking branch 'mvo/feature/source-deb822' into debian/experimental...
Michael Vogt [Sat, 18 Jan 2014 07:52:02 +0000 (08:52 +0100)]
Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experimental-no-abi-break

10 years agoMerge remote-tracking branch 'mvo/debian/sid' into debian/experimental-no-abi-break
Michael Vogt [Sat, 18 Jan 2014 07:51:53 +0000 (08:51 +0100)]
Merge remote-tracking branch 'mvo/debian/sid' into debian/experimental-no-abi-break

10 years agoadd purge to the apt cmdline
Michael Vogt [Fri, 17 Jan 2014 20:38:23 +0000 (21:38 +0100)]
add purge to the apt cmdline

10 years agoimplement suggestion by donkult (thanks!)
Michael Vogt [Fri, 17 Jan 2014 19:41:55 +0000 (20:41 +0100)]
implement suggestion by donkult (thanks!)

10 years agoadd missing integration test for "apt list"
Michael Vogt [Fri, 17 Jan 2014 07:43:14 +0000 (08:43 +0100)]
add missing integration test for "apt list"

10 years agoreword !isatty() warning
Michael Vogt [Fri, 17 Jan 2014 06:52:22 +0000 (07:52 +0100)]
reword !isatty() warning

10 years agoadd apt upgrade --dist
Michael Vogt [Fri, 17 Jan 2014 06:48:43 +0000 (07:48 +0100)]
add apt upgrade --dist

10 years agoprepare upload 0.9.14.3.exp2
Michael Vogt [Thu, 16 Jan 2014 20:47:28 +0000 (21:47 +0100)]
prepare upload

10 years agomerged mvo/feature/deb822
Michael Vogt [Thu, 16 Jan 2014 20:40:58 +0000 (21:40 +0100)]
merged mvo/feature/deb822

10 years agoprepare new upload
Michael Vogt [Thu, 16 Jan 2014 17:55:13 +0000 (18:55 +0100)]
prepare new upload

10 years agoapt-private/private-show.cc: do not show Description-lang: header, the user probably...
Michael Vogt [Thu, 16 Jan 2014 17:26:07 +0000 (18:26 +0100)]
apt-private/private-show.cc: do not show Description-lang: header, the user probably knows his language (thanks to Donkult)

10 years agoupdate libapt test
Michael Vogt [Thu, 16 Jan 2014 17:14:14 +0000 (18:14 +0100)]
update libapt test

10 years agosupport multiple "Suite:" entries
Michael Vogt [Thu, 16 Jan 2014 16:13:18 +0000 (17:13 +0100)]
support multiple "Suite:" entries

10 years agorename URL to Uri in deb822-sources
Michael Vogt [Thu, 16 Jan 2014 16:03:07 +0000 (17:03 +0100)]
rename URL to Uri in deb822-sources

10 years agorename "distribution" in sources.list to "suite"
Michael Vogt [Thu, 16 Jan 2014 16:00:56 +0000 (17:00 +0100)]
rename "distribution" in sources.list to "suite"

10 years ago* refactor to have a new virtual ParseStanza
Michael Vogt [Thu, 16 Jan 2014 15:25:33 +0000 (16:25 +0100)]
* refactor to have a new virtual ParseStanza

Have a similar ParseStanza() to the current ParseLine().
Rename the Architectures options in deb822 to make it more
user friendly

10 years agoadd --manual-installed commandline switch
Michael Vogt [Thu, 16 Jan 2014 15:45:11 +0000 (16:45 +0100)]
add --manual-installed commandline switch

10 years agoremove "," in components again
Michael Vogt [Thu, 16 Jan 2014 07:03:24 +0000 (08:03 +0100)]
remove "," in components again

10 years agorework some testcases to not spit out text
David Kalnischkies [Wed, 15 Jan 2014 17:44:47 +0000 (18:44 +0100)]
rework some testcases to not spit out text

Rework also uncovers two FIXMEs

Git-Dch: Ignore

10 years agointegrate Anthonys rred with POC for client-side merge
David Kalnischkies [Wed, 15 Jan 2014 16:23:05 +0000 (17:23 +0100)]
integrate Anthonys rred with POC for client-side merge

Providing the benefits of both without the downsides :)
(ABI breaks or external dependencies)

For this Anthonys rred is equipped with:
- magic-filename-pickup of patches rather than explicit messages
- use of FileFd instead of FILE* to get on-the-fly uncompress
  of the gzip compressed pdiff patches

The acquire code in turn stops checking for apt-file's helper
as our own rred is now clever enough for our needs.

10 years agoreimplement rred to allow applying all the diffs in a single pass
Anthony Towns [Wed, 15 Jan 2014 15:33:36 +0000 (16:33 +0100)]
reimplement rred to allow applying all the diffs in a single pass

Based on the idea presented in:
https://lists.debian.org/deity/2009/08/msg00169.html  and
https://lists.debian.org/debian-devel/2014/01/msg00081.html

It reads all patches one by one and merges them in-memory before
applying the merged changes to the index.

Beware: This commit by David Kalnischkies rips out the rred binary
rewrite unchanged (expect minor format issue corrections) from the
proposed changes, so this commit alone BREAKS pdiff completely.
The integration into the acquire system as it was prepared in the
previous POC will be done in the next commit to have proper 'blame'.

10 years agoactually register the tempfile removal atexit
David Kalnischkies [Wed, 15 Jan 2014 15:14:23 +0000 (16:14 +0100)]
actually register the tempfile removal atexit

Git-Dch: Ignore

10 years agoreenable unlimited pdiff files download
David Kalnischkies [Fri, 27 Dec 2013 13:52:15 +0000 (14:52 +0100)]
reenable unlimited pdiff files download

In 51fc6def77edfb1f429a48e5169519e9e05a759b we limited the amount of
pdiff to be downloaded per index to 20. This was a compromise between
not letting it go overboard (becoming even slower) and not using
bandwidth needlessly. Now that with the POC the speed reason is gone it
makes sense again to download as much files as we possible can via pdiff
to save bandwidth (and possibly even time).

It also avoids problems with the limit in cases we were we deal with a
server merged archieve as this limit assumes a strict patch progression.

10 years agocorrect IndexDiff vs DiffIndex in Debug output
Anthony Towns [Wed, 15 Jan 2014 14:55:26 +0000 (15:55 +0100)]
correct IndexDiff vs DiffIndex in Debug output

10 years agodocument deb822 style sources.list
Michael Vogt [Mon, 6 Jan 2014 07:35:51 +0000 (08:35 +0100)]
document deb822 style sources.list

10 years agoflock() the file edited in edit-sources
Michael Vogt [Mon, 6 Jan 2014 07:12:28 +0000 (08:12 +0100)]
flock() the file edited in edit-sources

10 years agodebian/rules: Call dh_makeshlibs for 'apt'
Julian Andres Klode [Sun, 5 Jan 2014 18:41:15 +0000 (19:41 +0100)]
debian/rules: Call dh_makeshlibs for 'apt'

The package ships libapt-private now, so we need an
ldconfig call in postinst. dh_makeshlibs creates
one for us.

Reported-by: lintian
10 years agoprepare 0.9.14.3~exp1 0.9.14.3.exp1
Michael Vogt [Sun, 5 Jan 2014 09:08:42 +0000 (10:08 +0100)]
prepare 0.9.14.3~exp1

10 years agoprepare 0.9.14.3~exp1
Michael Vogt [Sun, 5 Jan 2014 09:08:42 +0000 (10:08 +0100)]
prepare 0.9.14.3~exp1

10 years agoMerge remote-tracking branch 'mvo/feature/source-deb822' into debian/experimental...
Michael Vogt [Sun, 5 Jan 2014 09:06:38 +0000 (10:06 +0100)]
Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experimental-no-abi-break

10 years agoMerge remote-tracking branch 'donkult/feature/clientmergepdiffs' into debian/experime...
Michael Vogt [Sun, 5 Jan 2014 09:06:26 +0000 (10:06 +0100)]
Merge remote-tracking branch 'donkult/feature/clientmergepdiffs' into debian/experimental-no-abi-break

10 years agoimprove error message
Michael Vogt [Sat, 4 Jan 2014 15:23:32 +0000 (16:23 +0100)]
improve error message

10 years agoimprove tests
Michael Vogt [Sat, 4 Jan 2014 14:39:04 +0000 (15:39 +0100)]
improve tests

10 years agoMerge branch 'debian/sid' into feature/source-deb822
Michael Vogt [Sat, 4 Jan 2014 14:11:59 +0000 (15:11 +0100)]
Merge branch 'debian/sid' into feature/source-deb822

10 years agoMerge branch 'debian/sid' into feature/source-deb822
Michael Vogt [Sat, 4 Jan 2014 10:15:28 +0000 (11:15 +0100)]
Merge branch 'debian/sid' into feature/source-deb822

10 years agol10n: vi.po (617t): Update translation up to v0.9.14.2
Trần Ngọc Quân [Wed, 1 Jan 2014 08:43:36 +0000 (09:43 +0100)]
l10n: vi.po (617t): Update translation up to v0.9.14.2

Signed-off-by: Michael Vogt <mvo@debian.org>
10 years agol10n: vi.po(617t): Update Vietnamese translation
Trần Ngọc Quân [Fri, 13 Dec 2013 07:06:42 +0000 (14:06 +0700)]
l10n: vi.po(617t): Update Vietnamese translation

Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
10 years agoprepare release 0.9.14.2
Michael Vogt [Sun, 29 Dec 2013 16:01:11 +0000 (17:01 +0100)]
prepare release

10 years agovendor/ubuntu/sources.list.in: whitespace fix
Michael Vogt [Sun, 29 Dec 2013 15:40:49 +0000 (16:40 +0100)]
vendor/ubuntu/sources.list.in: whitespace fix

10 years agoupdate changelog
Michael Vogt [Sun, 29 Dec 2013 15:38:48 +0000 (16:38 +0100)]
update changelog

10 years agoMerge remote-tracking branch 'mvo/debian/sid' into debian/sid
Michael Vogt [Sun, 29 Dec 2013 15:04:42 +0000 (16:04 +0100)]
Merge remote-tracking branch 'mvo/debian/sid' into debian/sid

10 years agoadd missing vector include
Michael Vogt [Sat, 28 Dec 2013 08:50:06 +0000 (09:50 +0100)]
add missing vector include

10 years agoMerge branch 'debian/sid' into bugfix/bts731738-fancy-progess
Michael Vogt [Fri, 27 Dec 2013 23:31:01 +0000 (00:31 +0100)]
Merge branch 'debian/sid' into bugfix/bts731738-fancy-progess

Conflicts:
apt-pkg/install-progress.cc

10 years agoMerge remote-tracking branch 'origin/bugfix/bts731738-fancy-progess' into bugfix...
Michael Vogt [Fri, 27 Dec 2013 23:30:28 +0000 (00:30 +0100)]
Merge remote-tracking branch 'origin/bugfix/bts731738-fancy-progess' into bugfix/bts731738-fancy-progess

Conflicts:
apt-pkg/install-progress.cc

10 years agoproperly handle SIGWINCH in PackageManagerFancy again
Michael Vogt [Fri, 27 Dec 2013 23:26:17 +0000 (00:26 +0100)]
properly handle SIGWINCH in PackageManagerFancy again

10 years agofix APTWEBSERVERBINDIR default
Michael Vogt [Fri, 27 Dec 2013 22:17:26 +0000 (23:17 +0100)]
fix APTWEBSERVERBINDIR default

10 years agoadd make -C test/interactive-helper/ to .travis.yml
Michael Vogt [Fri, 27 Dec 2013 22:07:06 +0000 (23:07 +0100)]
add make -C test/interactive-helper/ to .travis.yml

10 years agoMerge branch 'feature/tests-on-installed' into debian/sid
Michael Vogt [Fri, 27 Dec 2013 21:18:11 +0000 (22:18 +0100)]
Merge branch 'feature/tests-on-installed' into debian/sid

10 years agoMerge branch 'feature/test-apt-key-net-update' into debian/sid
Michael Vogt [Fri, 27 Dec 2013 21:18:05 +0000 (22:18 +0100)]
Merge branch 'feature/test-apt-key-net-update' into debian/sid

10 years agoMerge branch 'feature/policy-parser-bts732746' into debian/sid
Michael Vogt [Fri, 27 Dec 2013 21:18:00 +0000 (22:18 +0100)]
Merge branch 'feature/policy-parser-bts732746' into debian/sid

10 years agoremove debian entry from default steamos sources.list
Michael Vogt [Fri, 27 Dec 2013 08:34:34 +0000 (09:34 +0100)]
remove debian entry from default steamos sources.list

10 years agoadd integration test
Michael Vogt [Tue, 24 Dec 2013 22:21:23 +0000 (23:21 +0100)]
add integration test

10 years agoadd basic tests for GetTempDir()
Michael Vogt [Mon, 23 Dec 2013 12:35:08 +0000 (13:35 +0100)]
add basic tests for GetTempDir()

10 years agofactor GetTempDir out
Michael Vogt [Sun, 22 Dec 2013 21:15:52 +0000 (22:15 +0100)]
factor GetTempDir out

10 years agoapt-pkg/contrib/gpgv.cc: use /tmp as fallback dir
Thomas Bechtold [Sun, 22 Dec 2013 10:40:49 +0000 (11:40 +0100)]
apt-pkg/contrib/gpgv.cc: use /tmp as fallback dir

if the directory given by $TMPDIR is not available, use /tmp as fallback.

10 years agofirst proof-of-concept for a fix for #731738
Michael Vogt [Sun, 22 Dec 2013 13:38:39 +0000 (14:38 +0100)]
first proof-of-concept for a fix for #731738

10 years agofirst proof-of-concept for a fix for #731738
Michael Vogt [Sun, 22 Dec 2013 13:38:39 +0000 (14:38 +0100)]
first proof-of-concept for a fix for #731738

10 years agomake /etc/apt/preferences parser deal with comment only sections
Michael Vogt [Sat, 21 Dec 2013 17:50:03 +0000 (18:50 +0100)]
make /etc/apt/preferences parser deal with comment only sections

10 years agovendor/steamos/*:
Michael Vogt [Sat, 21 Dec 2013 17:18:51 +0000 (18:18 +0100)]
vendor/steamos/*:

* vendor/steamos/*:
  - add steamos support

10 years agovendor/getinfo:
Michael Vogt [Sat, 21 Dec 2013 16:56:32 +0000 (17:56 +0100)]
vendor/getinfo:

* vendor/getinfo:
  - fix ubuntu-codename

10 years agoadd apt-vendor for raspbian. Closes: #732749
Michael Vogt [Sat, 21 Dec 2013 15:21:29 +0000 (16:21 +0100)]
add apt-vendor for raspbian. Closes: #732749

10 years agofix apt-key net-update test to use the buildin webserver
Michael Vogt [Thu, 19 Dec 2013 15:43:50 +0000 (16:43 +0100)]
fix apt-key net-update test to use the buildin webserver

10 years agoDanish translation update
Joe Dalton [Sun, 15 Dec 2013 07:44:33 +0000 (08:44 +0100)]
Danish translation update

10 years agomake apt-key net-update actually testable
Michael Vogt [Fri, 13 Dec 2013 13:37:14 +0000 (14:37 +0100)]
make apt-key net-update actually testable

10 years agoimplement POC client-side merging of pdiffs via apt-file
David Kalnischkies [Fri, 6 Dec 2013 11:17:48 +0000 (12:17 +0100)]
implement POC client-side merging of pdiffs via apt-file

The idea of pdiffs is to avoid downloading the hole file by patching the
existing index. This works very well, but becomes slow if a lot of
patches needs to be applied to reconstruct an up-to-date index and in
recent years more and more dinstall (or similar) runs are executed
creating more and more pdiffs in the same amount of time, so pdiffs
became less useful.

The solution is simple: Reduce the amount of patches (which are very
small) which need to be applied on top of the index we have available
(which is usually pretty big).

This can be done in two ways: Either merge the patches on the
server-side so that the client has to download only one patch or the
patches are all downloaded and merged on the client-side.

The first needs a client who is doing one step at a time who can also
skip patches if it needs (APT supports this for a long time now).

The later is implemented by this commit, but depends on the server NOT
merging the patches and the patches being in a strict order in which no
patch is skipped.

This is traditionally the case for dak, but other repository creators
support merging – e.g. reprepro (which helpfully adds a flag indicating
that the patches are merged). To support both or even mixes a client
needs more information which isn't available for now.

This POC uses the external diffindex-rred included in apt-file to
do the heavy lifting of merging & applying all patches in one pass,
hence to test this feature apt-file needs to be installed.

10 years agoallow ':' in GetListOfFilesInDir
David Kalnischkies [Tue, 3 Dec 2013 19:53:04 +0000 (20:53 +0100)]
allow ':' in GetListOfFilesInDir

run-parts doesn't allow this char in valid filenames, but we tend to
have files with this character in e.g. /var/lib/apt/lists/

Git-Dch: Ignore

10 years agoquery an empty pkgAcqIndexDiffs if index is up-to-date
David Kalnischkies [Sun, 1 Dec 2013 20:52:36 +0000 (21:52 +0100)]
query an empty pkgAcqIndexDiffs if index is up-to-date

The previous code already did this, this is just being a hell of a lot
more obvious, so that it isn't that easy to break in the future.

Git-Dch: Ignore

10 years agorun autopkgtest against the installed apt
Michael Vogt [Fri, 13 Dec 2013 07:17:26 +0000 (08:17 +0100)]
run autopkgtest against the installed apt

10 years agoreleasing package apt version 0.9.14.1
Michael Vogt [Thu, 12 Dec 2013 17:36:49 +0000 (18:36 +0100)]
releasing package apt version 0.9.14.1

10 years agoMerge remote-tracking branch 'mvo/bugfix/conffile' into debian/sid
Michael Vogt [Thu, 12 Dec 2013 17:32:44 +0000 (18:32 +0100)]
Merge remote-tracking branch 'mvo/bugfix/conffile' into debian/sid

10 years agoFix conffile prompt regression (LP: #1260297)
Michael Vogt [Thu, 12 Dec 2013 14:11:01 +0000 (15:11 +0100)]
Fix conffile prompt regression (LP: #1260297)

This fixes a regression in the conffile prompt for the progress-fd
and adds a testcase to ensure this does not regress again.

10 years agofix test/integration/test-apt-key-net-update
Michael Vogt [Thu, 12 Dec 2013 06:49:43 +0000 (07:49 +0100)]
fix test/integration/test-apt-key-net-update

10 years agoclarify error message when apt-get source=ver fails, print a real error message inste...
Michael Vogt [Thu, 12 Dec 2013 06:41:17 +0000 (07:41 +0100)]
clarify error message when apt-get source=ver fails, print a real error message instead of "ignoring"

10 years agofix test/integration/test-apt-key-net-update (code copy/DRY violation)
Michael Vogt [Wed, 11 Dec 2013 14:08:30 +0000 (15:08 +0100)]
fix test/integration/test-apt-key-net-update (code copy/DRY violation)

10 years agoimprove error message
Michael Vogt [Wed, 11 Dec 2013 13:03:53 +0000 (14:03 +0100)]
improve error message

10 years agoimprove error message for apt-get source pkg:arch{=ver,/release}
Michael Vogt [Wed, 11 Dec 2013 08:21:26 +0000 (09:21 +0100)]
improve error message for apt-get source pkg:arch{=ver,/release}

10 years agoadd support for "apt-get source pkg:arch"
Michael Vogt [Wed, 11 Dec 2013 07:21:04 +0000 (08:21 +0100)]
add support for "apt-get source pkg:arch"

10 years agouser-requested version tag gets precedence in apt-get source -t dist pkg=version...
Michael Vogt [Tue, 10 Dec 2013 16:09:56 +0000 (17:09 +0100)]
user-requested version tag gets precedence in apt-get source -t dist pkg=version requests

10 years agofix typo
Michael Vogt [Tue, 10 Dec 2013 16:02:30 +0000 (17:02 +0100)]
fix typo

10 years agoimprove test for #731853 and comments
Michael Vogt [Tue, 10 Dec 2013 15:43:25 +0000 (16:43 +0100)]
improve test for #731853 and comments

10 years agoif there is only deb-src pick higest version in deb-src release matching
Michael Vogt [Tue, 10 Dec 2013 15:35:44 +0000 (16:35 +0100)]
if there is only deb-src pick higest version in deb-src release matching

10 years agoMerge remote-tracking branch 'mvo/feature/deb-src-bts731102' into debian/sid
Michael Vogt [Tue, 10 Dec 2013 15:21:06 +0000 (16:21 +0100)]
Merge remote-tracking branch 'mvo/feature/deb-src-bts731102' into debian/sid

10 years agoMerge remote-tracking branch 'origin/feature/source-deb822' into feature/source-deb822
Michael Vogt [Tue, 10 Dec 2013 07:15:17 +0000 (08:15 +0100)]
Merge remote-tracking branch 'origin/feature/source-deb822' into feature/source-deb822

Conflicts:
apt-pkg/sourcelist.cc

10 years agoMerge remote-tracking branch 'upstream/debian/sid' into feature/source-deb822
Michael Vogt [Tue, 10 Dec 2013 07:13:42 +0000 (08:13 +0100)]
Merge remote-tracking branch 'upstream/debian/sid' into feature/source-deb822

10 years agoMerge remote-tracking branch 'origin/feature/deb-src-bts731102' into feature/source...
Michael Vogt [Mon, 9 Dec 2013 10:21:14 +0000 (11:21 +0100)]
Merge remote-tracking branch 'origin/feature/deb-src-bts731102' into feature/source-deb822

10 years agosuppoer $(ARCH) in deb822 sources.list as well
Michael Vogt [Mon, 9 Dec 2013 07:33:28 +0000 (08:33 +0100)]
suppoer $(ARCH) in deb822 sources.list as well

10 years agoadd APT::Sources::Use-Deb822 to allow disabling the deb822 parser
Michael Vogt [Mon, 9 Dec 2013 07:30:01 +0000 (08:30 +0100)]
add APT::Sources::Use-Deb822 to allow disabling the deb822 parser

10 years agomore refactor
Michael Vogt [Mon, 9 Dec 2013 07:21:53 +0000 (08:21 +0100)]
more refactor

10 years agorefactor deb822 reading into its own function
Michael Vogt [Mon, 9 Dec 2013 06:59:18 +0000 (07:59 +0100)]
refactor deb822 reading into its own function

10 years agoreally release 0.9.14 0.9.14
Michael Vogt [Sat, 7 Dec 2013 13:54:55 +0000 (14:54 +0100)]
really release 0.9.14

10 years agodo not force a specific export-dir in the repository
David Kalnischkies [Sat, 7 Dec 2013 13:25:27 +0000 (14:25 +0100)]
do not force a specific export-dir in the repository

Git-Dch: Ignore

10 years agoensure prepare-release works in the right directory
David Kalnischkies [Sat, 7 Dec 2013 13:12:52 +0000 (14:12 +0100)]
ensure prepare-release works in the right directory

Git-Dch: Ignore

10 years agoreleasing package apt version 0.9.14
Michael Vogt [Sat, 7 Dec 2013 12:52:40 +0000 (13:52 +0100)]
releasing package apt version 0.9.14

10 years agoupdate libapt-pkg4.12 symbols file
David Kalnischkies [Sat, 7 Dec 2013 12:48:46 +0000 (13:48 +0100)]
update libapt-pkg4.12 symbols file

also fixing the release script code to deal with 'set -e' mode while
checking the symbols file.

10 years agotell the release script that we use git now
David Kalnischkies [Sat, 7 Dec 2013 12:05:19 +0000 (13:05 +0100)]
tell the release script that we use git now

Git-Dch: Ignore

10 years agofix release script to deal with vendors
David Kalnischkies [Sat, 7 Dec 2013 11:56:26 +0000 (12:56 +0100)]
fix release script to deal with vendors

Call xmllint with each vendor to check if any vendor specific errors are
present, but check the translations only with one vendor to check for
translation specifics – vendor and translation specific isn't possible.

Git-Dch: Ignore

10 years agoreleasing package apt version 0.9.13.2
Michael Vogt [Fri, 6 Dec 2013 16:29:55 +0000 (17:29 +0100)]
releasing package apt version 0.9.13.2

10 years agofix build failure with the new apt-vendors stuff
Michael Vogt [Fri, 6 Dec 2013 16:29:50 +0000 (17:29 +0100)]
fix build failure with the new apt-vendors stuff

10 years agoHandle SIGWINCH in APT::Progress-Fancy=1
Michael Vogt [Fri, 6 Dec 2013 14:54:12 +0000 (15:54 +0100)]
Handle SIGWINCH in APT::Progress-Fancy=1

10 years agovendor/debian/makefile: apply 6f3c4e33 for debian/makefile as well
Michael Vogt [Fri, 6 Dec 2013 12:22:00 +0000 (13:22 +0100)]
vendor/debian/makefile: apply 6f3c4e33 for debian/makefile as well