https://bugs.kde.org/show_bug.cgi?id=381827

--- Comment #7 from Tuxo <tuxoho...@hotmail.de> ---
(In reply to Mauro Carvalho Chehab from comment #5)

> 
> I don't have any plans to add .deb or .rpm build infra there, but if you
> send patches for it, I may consider applying, as this could be useful for
> the others.
> 

The Debian build structure for kaffeine is maintained here: [1]

[1] https://anonscm.debian.org/git/pkg-kde/kde-extras/kaffeine.git/

As you can see there are no patches applied to your source code, it's just the
necessary debian folder to mention package description plus build & runtime
dependencies.

You should adjust the debian/control file in case your build dependencies
change in the future.

If you grab the v2.0.5 debian/ folder and add your latest Changelog entry for
v2.0.12 to the debian/changelog, it should build your current git correctly
under Ubuntu as well (* fingers crossed , can't test it right now * I only used
Debian/Stretch to test this)

If you modify your Changelog file, debian/changelog should always be bumped up
with an entry as well. The top entry decides what version is being used as deb
package.

Build instructions for Debian/Ubuntu, maybe put this into Readme.md:

cd kaffeine.git (in pristine state)
debian/rules build (for test-building just the source)
fakeroot debian/rules binary (for building the source and deb-packaging)
fakeroot debian/clean (for cleaning up)
dpkg -i ../kaffeine_<version>.deb (will install the package)
apt-get remove --purge kaffeine (will remove the package and cleanup config
files)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to