Excise all references to cdbs (including in test cases)

This commit is contained in:
Steve Langasek 2023-05-30 10:00:17 -07:00
parent c7a7767339
commit 6e6e1f1e1a
5 changed files with 10 additions and 22 deletions

16
.gitignore vendored
View File

@ -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
View File

@ -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 ubuntu-dev-tools (0.193ubuntu2) lunar; urgency=medium
[ Vladimir Petko ] [ Vladimir Petko ]

View File

@ -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 ensures that all four components from Ubuntu's official repositories are enabled
along with their corresponding source repositories. It also installs a minimal along with their corresponding source repositories. It also installs a minimal
set of packages needed for Ubuntu packaging work (ubuntu-dev-tools, devscripts, 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. in defining the DEBEMAIL and DEBFULLNAME environment variables.
.SH AUTHORS .SH AUTHORS

View File

@ -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 "Those, together with other packages which, though optional, have proven"
echo "to be useful, will now be installed." echo "to be useful, will now be installed."
echo 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 separator2
echo "Enabling the source repository" echo "Enabling the source repository"

View File

@ -165,8 +165,7 @@ Source: seahorse-plugins
Section: gnome Section: gnome
Priority: optional Priority: optional
Maintainer: Emilio Pozuelo Monfort <pochu@debian.org> Maintainer: Emilio Pozuelo Monfort <pochu@debian.org>
Build-Depends: debhelper (>= 5), Build-Depends: debhelper (>= 5)
cdbs (>= 0.4.41)
Standards-Version: 3.8.3 Standards-Version: 3.8.3
Homepage: http://live.gnome.org/Seahorse Homepage: http://live.gnome.org/Seahorse
@ -184,8 +183,7 @@ Section: gnome
Priority: optional Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Emilio Pozuelo Monfort <pochu@debian.org> XSBC-Original-Maintainer: Emilio Pozuelo Monfort <pochu@debian.org>
Build-Depends: debhelper (>= 5), Build-Depends: debhelper (>= 5)
cdbs (>= 0.4.41)
Standards-Version: 3.8.3 Standards-Version: 3.8.3
Homepage: http://live.gnome.org/Seahorse Homepage: http://live.gnome.org/Seahorse