Browse Source

Revert "Revert "Added muffin-doc package"."

This reverts commit de917c0680.

Conflicts:
	debian/changelog
experimental
Margarita Manterola 8 years ago
parent
commit
790461ad88
  1. 7
      debian/changelog
  2. 14
      debian/control
  3. 1
      debian/muffin-doc.install
  4. 2
      debian/not-installed
  5. 2
      debian/rules

7
debian/changelog

@ -1,3 +1,10 @@
muffin (2.6.1-3) UNRELEASED; urgency=medium
[ Fabio Fantoni ]
* Added muffin-doc package.
-- Margarita Manterola <marga@debian.org> Tue, 09 Jun 2015 19:43:10 +0200
muffin (2.6.1-2) unstable; urgency=critical
[ Maximiliano Curia ]

14
debian/control

@ -157,3 +157,17 @@ Description: lightweight window and compositing manager (debugging symbols)
manager.
.
This package contains the debugging symbols.
Package: muffin-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: lightweight window and compositing manager (Documentation)
Muffin is a small window manager performing compositing as well based on
GTK+ and Clutter and used in desktop environment such as Cinnamon.
.
It is fairly extensible by the mean of plugins, providing new or customized
visual effects as well as a flexibility in the behavior of the window
manager.
.
This package contains the documentation files distributed with Cinnamon.

1
debian/muffin-doc.install

@ -0,0 +1 @@
usr/share/gtk-doc/html/muffin

2
debian/not-installed

@ -6,5 +6,3 @@ usr/lib/*/muffin/*.gir
usr/lib/*/muffin/Meta-Muffin.0.typelib
# manpages are compressed
usr/share/man/man1/*.1
# exclude dev docs
usr/share/gtk-doc/html/muffin

2
debian/rules

@ -34,7 +34,7 @@ override_dh_strip:
dh_strip --dbg-package=muffin-dbg
override_dh_install:
dh_install -X.la -Xusr/share/gtk-doc/html/muffin --fail-missing
dh_install -X.la --fail-missing
run_dh_acc:
# The package needs to be installed (@ in autopkgtest)

Loading…
Cancel
Save