mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 01:21:07 +00:00
* get-build-deps:
- fix a wrong parser when some build-dep have an epoch
This commit is contained in:
parent
814fba1ade
commit
ba5566c4a1
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
ubuntu-dev-tools (0.125) UNRELEASED; urgency=low
|
ubuntu-dev-tools (0.125ubuntu1) UNRELEASED; urgency=low
|
||||||
|
|
||||||
[ Benjamin Drung ]
|
[ Benjamin Drung ]
|
||||||
* backportpackage: Use --force-bad-version instead of --allow-lower-version
|
* backportpackage: Use --force-bad-version instead of --allow-lower-version
|
||||||
@ -21,6 +21,8 @@ ubuntu-dev-tools (0.125) UNRELEASED; urgency=low
|
|||||||
[ Didier Roche ]
|
[ Didier Roche ]
|
||||||
* lp-project-upload:
|
* lp-project-upload:
|
||||||
- fix a bug when new milestone wasn't specified (LP: #797170)
|
- fix a bug when new milestone wasn't specified (LP: #797170)
|
||||||
|
* get-build-deps:
|
||||||
|
- fix a wrong parser when some build-dep have an epoch
|
||||||
|
|
||||||
[ Brian Murray ]
|
[ Brian Murray ]
|
||||||
* grab-attachments, doc/grab-attachments.1:
|
* grab-attachments, doc/grab-attachments.1:
|
||||||
@ -28,7 +30,7 @@ ubuntu-dev-tools (0.125) UNRELEASED; urgency=low
|
|||||||
- add in download attachments from all bugs about a package
|
- add in download attachments from all bugs about a package
|
||||||
- document new options in the manpage
|
- document new options in the manpage
|
||||||
|
|
||||||
-- Brian Murray <brian@ubuntu.com> Thu, 16 Jun 2011 11:59:18 -0700
|
-- Didier Roche <didrocks@ubuntu.com> Fri, 24 Jun 2011 11:34:54 +0200
|
||||||
|
|
||||||
ubuntu-dev-tools (0.124) unstable; urgency=low
|
ubuntu-dev-tools (0.124) unstable; urgency=low
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ to use this script."
|
|||||||
sudo /usr/lib/pbuilder/pbuilder-satisfydepends
|
sudo /usr/lib/pbuilder/pbuilder-satisfydepends
|
||||||
else
|
else
|
||||||
echo "Warning: «pbuilder» isn\'t installed, falling back to «dpkg-checkbuilddeps»."
|
echo "Warning: «pbuilder» isn\'t installed, falling back to «dpkg-checkbuilddeps»."
|
||||||
sudo aptitude install $(echo $missing_dependencies | awk -F: '{ print $3 }' | sed 's/([^)]*)//g' | sed 's/|\s[^\s]*//g')
|
sudo aptitude install $(echo $missing_dependencies | awk -F': ' '{ print $3 }' | sed 's/([^)]*)//g' | sed 's/|\s[^\s]*//g')
|
||||||
#' <--- Fix to avoid Geanys markup breaking
|
#' <--- Fix to avoid Geanys markup breaking
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user