mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 07:31:08 +00:00
Excise all references to cdbs (including in test cases)
This commit is contained in:
parent
c7a7767339
commit
6e6e1f1e1a
16
.gitignore
vendored
16
.gitignore
vendored
@ -1,16 +0,0 @@
|
||||
.coverage
|
||||
.tox
|
||||
/ubuntu_dev_tools.egg-info/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
/build/
|
||||
/.pybuild/
|
||||
/test-data/
|
||||
/debian/python-ubuntutools/
|
||||
/debian/python3-ubuntutools/
|
||||
/debian/ubuntu-dev-tools/
|
||||
/debian/debhelper-build-stamp
|
||||
/debian/files
|
||||
/debian/*.debhelper
|
||||
/debian/*.debhelper.log
|
||||
/debian/*.substvars
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
ubuntu-dev-tools (0.193ubuntu3) mantic; urgency=medium
|
||||
|
||||
* Excise all references to cdbs (including in test cases)
|
||||
|
||||
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 30 May 2023 09:45:12 -0700
|
||||
|
||||
ubuntu-dev-tools (0.193ubuntu2) lunar; urgency=medium
|
||||
|
||||
[ Vladimir Petko ]
|
||||
|
@ -11,7 +11,7 @@ contributors to get their Ubuntu installation ready for packaging work. It
|
||||
ensures that all four components from Ubuntu's official repositories are enabled
|
||||
along with their corresponding source repositories. It also installs a minimal
|
||||
set of packages needed for Ubuntu packaging work (ubuntu-dev-tools, devscripts,
|
||||
debhelper, cdbs, patchutils, pbuilder, and build-essential). Finally, it assists
|
||||
debhelper, patchutils, pbuilder, and build-essential). Finally, it assists
|
||||
in defining the DEBEMAIL and DEBFULLNAME environment variables.
|
||||
|
||||
.SH AUTHORS
|
||||
|
@ -104,7 +104,7 @@ echo "In order to do packaging work, you'll need a minimal set of packages."
|
||||
echo "Those, together with other packages which, though optional, have proven"
|
||||
echo "to be useful, will now be installed."
|
||||
echo
|
||||
sudo apt-get install ubuntu-dev-tools devscripts debhelper cdbs patchutils pbuilder build-essential
|
||||
sudo apt-get install ubuntu-dev-tools devscripts debhelper patchutils pbuilder build-essential
|
||||
separator2
|
||||
|
||||
echo "Enabling the source repository"
|
||||
|
@ -165,8 +165,7 @@ Source: seahorse-plugins
|
||||
Section: gnome
|
||||
Priority: optional
|
||||
Maintainer: Emilio Pozuelo Monfort <pochu@debian.org>
|
||||
Build-Depends: debhelper (>= 5),
|
||||
cdbs (>= 0.4.41)
|
||||
Build-Depends: debhelper (>= 5)
|
||||
Standards-Version: 3.8.3
|
||||
Homepage: http://live.gnome.org/Seahorse
|
||||
|
||||
@ -184,8 +183,7 @@ Section: gnome
|
||||
Priority: optional
|
||||
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
|
||||
XSBC-Original-Maintainer: Emilio Pozuelo Monfort <pochu@debian.org>
|
||||
Build-Depends: debhelper (>= 5),
|
||||
cdbs (>= 0.4.41)
|
||||
Build-Depends: debhelper (>= 5)
|
||||
Standards-Version: 3.8.3
|
||||
Homepage: http://live.gnome.org/Seahorse
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user