Debian packaging fixes

This commit is contained in:
Sean Davis 2014-01-25 23:41:33 -05:00
parent 3443281d1e
commit 9695208ca5
2 changed files with 15 additions and 19 deletions

17
debian/control vendored
View File

@ -20,19 +20,10 @@ Depends: ${shlibs:Depends},
gir1.2-gstreamer-1.0, gir1.2-gstreamer-1.0,
gir1.2-gst-plugins-base-1.0, gir1.2-gst-plugins-base-1.0,
gir1.2-gtk-3.0, gir1.2-gtk-3.0,
python-cairo, python3-cairo,
python-dbus, python3-dbus,
python-pexpect, python3-pexpect
yelp
Suggests: Suggests:
gstreamer1.0-plugins-good, gstreamer1.0-tools gstreamer1.0-plugins-good, gstreamer1.0-tools
Description: lightweight user-configuration application Description: lightweight user-configuration application
Mugshot allows you to easily update personal user details. This includes: Mugshot allows you to easily update personal user details, including your profile image, buddy icon, and contact details.
.
Linux Profile image: ~/.face
.
User details stored in /etc/passwd
.
Pidgin buddy icon
.
LibreOffice user details

17
debian/rules vendored
View File

@ -1,8 +1,13 @@
#!/usr/bin/make -f #!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
%: %:
ifneq ($(shell dh -l | grep -xF translations),) dh $@ --with python3 --buildsystem=pybuild
dh $@ --with python2,translations
else override_dh_installchanglogs:
dh $@ --with python2 dh_installchangeslogs NEWS
endif
find . -type d -empty -delete override_dh_auto_install:
LC_ALL=C.UTF-8 dh_auto_install