[mate-accountsdialog] 01/05: prepare package for initial upload to Debian

Mike Gabriel sunweaver at debian.org
Wed Apr 8 10:19:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository mate-accountsdialog.

commit f9293a9d450cf50a42a5c86491bdb7ba2931ffab
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Apr 8 01:55:18 2015 +0200

    prepare package for initial upload to Debian
---
 debian/changelog                                   |   4 +-
 debian/control                                     |  40 ++--
 debian/copyright                                   | 256 +++++++++++++++++----
 debian/man/mate-accountsdialog.1                   |  88 +++----
 debian/mate-accountsdialog-common.install          |   2 +
 debian/mate-accountsdialog.install                 |   2 +
 debian/mate-accountsdialog.manpages                |   1 +
 debian/patches/1001_fix-POTFILES-in.patch          |  14 ++
 ...1002_add-missing-keywords-to-desktop-file.patch |  17 ++
 .../patches/2001_find-libisocodes-on-Debian.patch  |  16 ++
 .../patches/2002_find-libsystemd-on-Debian.patch   |  23 ++
 debian/patches/README                              |   3 +
 debian/patches/series                              |   4 +
 debian/rules                                       |   9 +-
 14 files changed, 366 insertions(+), 113 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b1d2b65..709a754 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-mate-accountsdialog (1.8.1) UNRELEASED; urgency=low
+mate-accountsdialog (1.8.1-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #779376).
+  * Initial release. (Closes: #779376).
 
  -- Vangelis Mouhtsis <vangelis at gnugr.org>  Mon, 02 Mar 2015 11:34:50 +0200
diff --git a/debian/control b/debian/control
index 37fdab7..88d3900 100644
--- a/debian/control
+++ b/debian/control
@@ -2,21 +2,24 @@ Source: mate-accountsdialog
 Section: utils
 Priority: optional
 Maintainer: MATE Packaging Team <pkg-mate-team at lists.alioth.debian.org>
-Uploaders: Mike Gabriel <sunweaver at debian.org>
-           Martin Wimpress <code at flexion.org>
-           Vangelis Mouhtsis <vangelis at gnugr.org>
+Uploaders: Mike Gabriel <sunweaver at debian.org>,
+           Martin Wimpress <code at flexion.org>,
+           Vangelis Mouhtsis <vangelis at gnugr.org>,
 Build-Depends: debhelper (>= 9),
                intltool,
-               glib2-devel,
-               mate-desktop-devel,
-               gtk2-devel,
-               dbus-glib-devel,
-               unique-devel,
-               mate-polkit-devel,
-               iso-codes-devel,
+               libglib2.0-dev,
+               libmate-desktop-dev,
+               libgtk2.0-dev,
+               libdbus-glib-1-dev,
+               libunique-dev,
+               libmatepolkit-dev,
+               libisocodes-dev,
                apg,
                mate-common,
-               systemd-devel,
+               libsystemd-dev,
+               libstartup-notification0-dev,
+               libdconf-dev,
+               libpolkit-gobject-1-dev,
 Standards-Version: 3.9.6
 Homepage: https://github.com/NiceandGently/mate-accountsdialog
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/mate-accountsdialog.git;a=summary
@@ -25,8 +28,19 @@ Vcs-Git: git://anonscm.debian.org/pkg-mate/mate-accountsdialog.git
 Package: mate-accountsdialog
 Architecture: any
 Depends: ${shlibs:Depends},
-	 ${misc:Depends}
+         ${misc:Depends},
+         mate-accountsdialog-common (>= ${source:Version}),
 Description: MATE application to view and modify user accounts
  The Mate-AccountsDialog project provides an application to view
  and modify user account information that is provided by the
- AccountsService.
\ No newline at end of file
+ AccountsService.
+
+Package: mate-accountsdialog-common
+Architecture: all
+Depends: ${misc:Depends},
+Description: MATE application to view and modify user accounts (common files)
+ The Mate-AccountsDialog project provides an application to view and
+ modify user account information that is provided by the AccountsService.
+ .
+ This package contains all arch-independent files required by
+ mate-accountsdialog.
diff --git a/debian/copyright b/debian/copyright
index 3215186..eca43ef 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -23,7 +23,7 @@ Files: src/main.c
        src/um-user-manager.h
        src/um-utils.c
        src/um-utils.h
-Copyright: 2009-2010, Red Hat, Inc
+Copyright: 2009-2010, Red Hat Inc.
 License: GPL-3+
 
 Files: src/fingerprint-strings.h
@@ -37,9 +37,9 @@ Files: autogen.sh
        src/marshal.c
        src/marshal.h
 Copyright: *No copyright*
-License: UNKNOWN
-Specified files lack copyright/license information in the
-(non-present) file header.
+License: GPL-3+
+Comment:
+ Assuming license as found in COPYING file.
 
 Files: src/run-passwd.c
 Copyright: 2002, Diego Gonzalez
@@ -63,56 +63,234 @@ Copyright: 2010, Milan Bouchet-Valat
 License: GPL-2+
 
 Files: src/gdm-languages.c
-Copyright: 2008, Red Hat, Inc
+Copyright: 2008, Red Hat Inc.
 License: GPL-2+
 
 Files: src/gdm-languages.h
 Copyright: 2007, William Jon McCann <mccann at jhu.edu>
-           2008, Red Hat, Inc
+           2008, Red Hat Inc.
 License: GPL-2+
 
 Files: src/locarchive.h
 Copyright: 2002, Free Software Foundation, Inc
 License: LGPL-2.1+
 
+Files: AUTHORS
+       COPYING
+       ChangeLog
+       INSTALL
+       Makefile.am
+       NEWS
+       README
+       README.md
+       TODO
+       configure.ac
+       data/Makefile.am
+       data/account-dialog.ui
+       data/account-fingerprint.ui
+       data/faces/0_cars.jpg
+       data/faces/0_chess.jpg
+       data/faces/0_coffee.jpg
+       data/faces/0_guitar.jpg
+       data/faces/2_10.png
+       data/faces/2_11.png
+       data/faces/2_12.png
+       data/faces/2_13.png
+       data/faces/3_lightning.jpg
+       data/faces/3_mountain.jpg
+       data/faces/3_sky.jpg
+       data/faces/3_sunset.jpg
+       data/faces/4_cinnamon.jpg
+       data/faces/4_flower.jpg
+       data/faces/4_leaf.jpg
+       data/faces/4_sunflower.jpg
+       data/faces/5_fish.jpg
+       data/faces/5_kitten.jpg
+       data/faces/5_penguin.jpg
+       data/faces/5_puppy.jpg
+       data/faces/6_astronaut.jpg
+       data/faces/6_butterfly.png
+       data/faces/6_flake.jpg
+       data/faces/6_grapes.jpg
+       data/faces/7_bat.png
+       data/faces/7_dog.png
+       data/faces/7_elephant.png
+       data/faces/7_fox.png
+       data/faces/7_lion.png
+       data/faces/7_panda.png
+       data/faces/7_penguin.png
+       data/faces/7_tucan.png
+       data/faces/Makefile.am
+       data/faces/cat-eye.jpg
+       data/faces/dice.jpg
+       data/faces/energy-arc.jpg
+       data/faces/launch.jpg
+       data/faces/puppy.jpg
+       data/faces/tennis-ball.png
+       data/faces/user-generic.png
+       data/faces/yellow-rose.jpg
+       data/icons/Makefile.am
+       data/icons/left-index-finger.png
+       data/icons/left-index-finger.svg
+       data/icons/left-little-finger.png
+       data/icons/left-little-finger.svg
+       data/icons/left-middle-finger.png
+       data/icons/left-middle-finger.svg
+       data/icons/left-ring-finger.png
+       data/icons/left-ring-finger.svg
+       data/icons/left-thumb.png
+       data/icons/left-thumb.svg
+       data/icons/mate-about-me-lock-open.png
+       data/icons/mate-about-me-lock.png
+       data/icons/print_error.png
+       data/icons/print_error.svg
+       data/icons/print_ok.png
+       data/icons/print_ok.svg
+       data/icons/right-index-finger.png
+       data/icons/right-index-finger.svg
+       data/icons/right-little-finger.png
+       data/icons/right-little-finger.svg
+       data/icons/right-middle-finger.png
+       data/icons/right-middle-finger.svg
+       data/icons/right-ring-finger.png
+       data/icons/right-ring-finger.svg
+       data/icons/right-thumb.png
+       data/icons/right-thumb.svg
+       data/language-chooser.ui
+       data/mate-accountsdialog.desktop.in
+       data/password-dialog.ui
+       data/photo-dialog.ui
+       data/user-accounts-dialog.ui
+       po/ChangeLog
+       po/LINGUAS
+       po/Makefile.in.in
+       po/Makevars
+       po/POTFILES.in
+       po/POTFILES.skip
+       src/Makefile.am
+       src/fprintd-marshal.list
+Copyright: *No copyright*
+License: GPL-3+
+Comment:
+ Assuming same license as found in COPYING file.
+
+Files: po/ar.po
+       po/cs.po
+       po/da.po
+       po/de.po
+       po/el.po
+       po/en_GB.po
+       po/es.po
+       po/et.po
+       po/gl.po
+       po/he.po
+       po/hu.po
+       po/it.po
+       po/lt.po
+       po/nb.po
+       po/pa.po
+       po/pl.po
+       po/pt.po
+       po/sl.po
+       po/sv.po
+       po/zh_CN.po
+Copyright: 2002, Sayed Jaffer Al-Mosawi <mosawi at arabeyes.org>
+           2002, Isam Bayazidi <bayazidi at arabeyes.org>
+           2003, Arafat Medini <lumina at silverpen.de>
+           2004, Abdulaziz Al-Arfaj <alarfaj0 at yahoo.com>
+           2007, Anas Husseini <linux.anas at gmail.com>
+           2006, Djihed Afifi <djihed at gmail.com>
+           2006-2010, Khaled Hosny <khaledhosny at eglug.org>
+           2010, Andre Klapper <ak-47 at gmx.net>
+           2010, Marek Černocký <marek at manet.cz>
+           2010, Petr Kovar <pknbe at volny.cz>
+           2010, Joe Hansen <joedalton2 at yahoo.dk>
+           1998, Carsten Schaar <nhadcasc at fs-maphy.uni-hannover.de>
+           1999, Karsten Weiss <karsten at addx.au.s.shuttle.de>
+           1999, Matthias Warkus <mawa at iname.com>
+           1999-2000, Karl Eichwalder <ke at suse.de>
+           2000-2002, Christian Meyer <chrisime at gnome.org>
+           2002-2004, Christian Neumair <chris at gnome-de.org>
+           2004-2009, Hendrik Richter <hendrikr at gnome.org>
+           2004-2005, Hendrik Brandt <heb at gnome-de.org>
+           2005, Frank Arnold <frank at scirocco-5v-turbo.de>
+           2005, Jens Seidel <jseidel at cvs.gnome.org>
+           2007, Christian Kintner <ckintner at gnome-de.org>
+           2009, Wolfgang Stöggl <c72578 at yahoo.de>
+           2010, Mario Blättermann <mariobl at gnome.org>
+           2009-2010, Christian Kirbach <Christian.Kirbach at googlemail.com>
+           2010, Μάριος Ζηντίλης <m.zindilis at dmajor.org>
+           2010, Philip Withnall <philip at tecnocode.co.uk>
+           2010, Jorge González <jorgegonz at svn.gnome.org>
+           2010, Fran Diéguez <frandieguez at ubuntu.com>
+           2010, Luca Ferretti <elle.uca at infinito.it>
+           2010, Aurimas Černius <aurisc4 at gmail.com>
+           2010, Žygimantas Beručka <zygis at gnome.org>
+           1998-2010, Kjartan Maraas <kmaraas at gnome.org>
+           2005, Terance Edward Sola <terance at lyse.net>
+           2010, A S Alam <aalam at users.sf.net>
+           2010, António Lima <amrlima at gmail.com>
+           2010, Matej Urbančič <mateju at svn.gnome.org>
+           2010, Daniel Nylander <po at danielnylander.se>
+           2010, YunQiang Su <wzssyqa at gmail.com>
+License: GPL-3+
+Comment:
+ Applying same license as found in COPYING file.
+
 Files: debian/*
 Copyright: 2015, Martin Wimpress <code at flexion.org>
            2015, Mike Gabriel <sunweaver at debian.org>
            2015, Vangelis Mouhtsis <vangelis at gnugr.org>
-License: GPL-3+
+License: GPL-2+ or LGPL-2.1+
 
-Licence: GPL-2+
-
-This package is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your opinion) any later version.
-.
-This package is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU Genaral Public License for more details.
-.
-You should have received a copy og the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>
-.
-On Debian systems, the complete text of the GNU General
-Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Genaral Public License for more details.
+ .
+ You should have received a copy og the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
 
 License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with the Onboard package.  If not, please have a look at
+ /usr/share/common-licenses or <http://www.gnu.org/licenses/>.
 
-GNOME icon theme is distributed under the terms of either
-GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
-This work is licenced under the Creative Commons Attribution-Share Alike 3.0
-United States License. To view a copy of this licence, visit
-http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
-Commons, 171 Second Street, Suite 300, San Francisco, California 94105, USA.
-When attributing the artwork, using "GNOME Project" is enough.
-Please link to http://www.gnome.org where available.
-.
-On Debian GNU/Linux systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL-3'.
-
-
-
-
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA  02110-1301  USA
+ .
+ On Debian systems, the full text of the GNU Lesser General Public
+ License version 2,1 can be found in the file
+ `/usr/share/common-licenses/LGPL-2.1'.
diff --git a/debian/man/mate-accountsdialog.1 b/debian/man/mate-accountsdialog.1
index ecdc89e..1d58a6a 100644
--- a/debian/man/mate-accountsdialog.1
+++ b/debian/man/mate-accountsdialog.1
@@ -1,59 +1,37 @@
-.\"                                      Hey, EMACS: -*- nroff -*-
-.\" (C) Copyright 2015 Vangelis Mouhtsis <gnugr at 127.0.0.1;>,
+.\" Man page for Pluma.
+.TH mate-accountsdialog 1 "07 April 2015" "MATE Desktop Environment"
+.\" Please adjust this date when revising the manpage.
 .\"
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH MATE-ACCOUNTSDIALOG SECTION "March  2, 2015"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh        disable hyphenation
-.\" .hy        enable hyphenation
-.\" .ad l      left justify
-.\" .ad b      justify to both left and right margins
-.\" .nf        disable filling
-.\" .fi        enable filling
-.\" .br        insert line break
-.\" .sp <n>    insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-mate-accountsdialog \- program to do something
-.SH SYNOPSIS
-.B mate-accountsdialog
-.RI [ options ] " files" ...
-.br
-.B bar
-.RI [ options ] " files" ...
-.SH DESCRIPTION
-This manual page documents briefly the
-.B mate-accountsdialog
-and
-.B bar
-commands.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBmate-accountsdialog\fP is a program that...
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
+.SH "NAME"
+mate-accountsdialog \- MATE account dialog utility
+.SH "SYNOPSIS"
+.B mate-accountsdialog [OPTIONS...]
+.SH "DESCRIPTION"
+The \fBmate-accountsdialog\fR utility is a tiny tool to manage shadow user accounts on POSIX like systems.
+.TP
+\fB\-\-version\fR
+Output version information and exit
+.TP
+\fB\-?, \-h, \-\-help\fR
+Print standard command line options.
+.TP
+\fB\-\-help\-all\fR
+Print all command line options.
+.TP
+\fB\-\-help\-gtk\fR
+Print GTK+ options.
+.TP
+\fB\-\-debug\fR
+Enable debugging code.
 .TP
-.B \-h, \-\-help
-Show summary of options.
+\fB\-\-version\fR
+Output version information and exit
 .TP
-.B \-v, \-\-version
-Show version of program.
-.SH SEE ALSO
-.BR bar (1),
-.BR baz (1).
-.br
-The programs are documented fully by
-.IR "The Rise and Fall of a Fooish Bar" ,
-available via the Info system.
+\fB\-\-display=<DISPLAY>\fR
+X display to use.
+
+This program also accepts the standard GTK options.
 .SH AUTHOR
-The manpages have been created by Vangelis Mouhtsis <vangelis at gnugr.org>
-using GPL-3+
\ No newline at end of file
+This manual has been written by Mike Gabriel
+<mike.gabriel at das-netzwerkteam.de> and Vangelis Mouthsis <vangelis at gnugr.org>
+for the MATE project (http://www.mate-desktop.org).
diff --git a/debian/mate-accountsdialog-common.install b/debian/mate-accountsdialog-common.install
new file mode 100644
index 0000000..c127e8e
--- /dev/null
+++ b/debian/mate-accountsdialog-common.install
@@ -0,0 +1,2 @@
+usr/share/locale/
+usr/share/mate-accountsdialog/
\ No newline at end of file
diff --git a/debian/mate-accountsdialog.install b/debian/mate-accountsdialog.install
new file mode 100644
index 0000000..ae2cb7c
--- /dev/null
+++ b/debian/mate-accountsdialog.install
@@ -0,0 +1,2 @@
+usr/bin/
+usr/share/applications/
\ No newline at end of file
diff --git a/debian/mate-accountsdialog.manpages b/debian/mate-accountsdialog.manpages
new file mode 100644
index 0000000..13cdaf4
--- /dev/null
+++ b/debian/mate-accountsdialog.manpages
@@ -0,0 +1 @@
+debian/man/*.1
diff --git a/debian/patches/1001_fix-POTFILES-in.patch b/debian/patches/1001_fix-POTFILES-in.patch
new file mode 100644
index 0000000..ce26a45
--- /dev/null
+++ b/debian/patches/1001_fix-POTFILES-in.patch
@@ -0,0 +1,14 @@
+Description: Fix faulty file name reference in POTFILES.in
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+--- a/po/POTFILES.in
++++ b/po/POTFILES.in
+@@ -1,7 +1,8 @@
+ # List of source files which contain translatable strings.
+ [encoding: UTF-8]
+-data/accountsdialog.desktop.in
++data/mate-accountsdialog.desktop.in
+ src/gdm-languages.c
++src/fingerprint-strings.h
+ src/main.c
+ src/run-passwd.c
+ src/um-account-dialog.c
diff --git a/debian/patches/1002_add-missing-keywords-to-desktop-file.patch b/debian/patches/1002_add-missing-keywords-to-desktop-file.patch
new file mode 100644
index 0000000..3eb7873
--- /dev/null
+++ b/debian/patches/1002_add-missing-keywords-to-desktop-file.patch
@@ -0,0 +1,17 @@
+Description: Add Keywords= field to mate-accountsdialog.desktop
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+
+--- a/data/mate-accountsdialog.desktop.in
++++ b/data/mate-accountsdialog.desktop.in
+@@ -1,4 +1,3 @@
+-
+ [Desktop Entry]
+ Name=Mate-AccountsDialog
+ Comment=Add or remove users
+@@ -7,5 +6,6 @@
+ Icon=system-users
+ Exec=mate-accountsdialog
+ Type=Application
++Keywords=user;group;accounts;passwd;management;MATE;desktop;
+ Terminal=false
+ X-Desktop-File-Install-Version=0.15
diff --git a/debian/patches/2001_find-libisocodes-on-Debian.patch b/debian/patches/2001_find-libisocodes-on-Debian.patch
new file mode 100644
index 0000000..8ef4420
--- /dev/null
+++ b/debian/patches/2001_find-libisocodes-on-Debian.patch
@@ -0,0 +1,16 @@
+Description: Fix finding libisocodes (iso-codes-devel on Fedora) on Debian
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -68,8 +68,8 @@
+ fi
+ AM_CONDITIONAL(BUILD_CHEESE, test x${have_cheese} = xyes)
+ 
+-AC_DEFINE_UNQUOTED([ISO_CODES_PREFIX],["`$PKG_CONFIG --variable=prefix iso-codes`"],[ISO codes prefix])
+-ISO_CODES=iso-codes
++AC_DEFINE_UNQUOTED([ISO_CODES_PREFIX],["`$PKG_CONFIG --variable=prefix libisocodes`"],[ISO codes prefix])
++ISO_CODES=libisocodes
+ 
+ MATE_COMMON_INIT
+ MATE_DEBUG_CHECK
diff --git a/debian/patches/2002_find-libsystemd-on-Debian.patch b/debian/patches/2002_find-libsystemd-on-Debian.patch
new file mode 100644
index 0000000..5faac1d
--- /dev/null
+++ b/debian/patches/2002_find-libsystemd-on-Debian.patch
@@ -0,0 +1,23 @@
+Description: Fix finding libsystemd on Debian
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -34,7 +34,7 @@
+               [with_systemd=$enableval],
+               [with_systemd=no])
+ if test "$with_systemd" = xyes ; then
+-  SYSTEMD=libsystemd-login
++  SYSTEMD=libsystemd
+   AC_DEFINE(HAVE_SYSTEMD, 1, [Define to 1 if systemd is available])
+ else
+   SYSTEMD=
+@@ -43,7 +43,7 @@
+ PKG_CHECK_MODULES(GLIB, glib-2.0 gthread-2.0)
+ PKG_CHECK_MODULES(GIO, gio-2.0 gio-unix-2.0)
+ PKG_CHECK_MODULES(GDK_PIXBUF, gdk-pixbuf-2.0)
+-PKG_CHECK_MODULES(SYSTEMD, libsystemd-login, use_systemd=yes, use_systemd=no)
++PKG_CHECK_MODULES(SYSTEMD, libsystemd, use_systemd=yes, use_systemd=no)
+ PKG_CHECK_MODULES(GTK, gtk+-2.0)
+ PKG_CHECK_MODULES(MATE_DESKTOP, mate-desktop-2.0)
+ PKG_CHECK_MODULES(DBUS_GLIB, dbus-glib-1)
diff --git a/debian/patches/README b/debian/patches/README
new file mode 100644
index 0000000..80c1584
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7719ded
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,4 @@
+1001_fix-POTFILES-in.patch
+1002_add-missing-keywords-to-desktop-file.patch
+2001_find-libisocodes-on-Debian.patch
+2002_find-libsystemd-on-Debian.patch
diff --git a/debian/rules b/debian/rules
index 74b9e2a..b77fa8c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,16 @@
 #!/usr/bin/make -f
 
+NULL=
 DHFLAGS=--parallel
 
 %:
 	dh $@ $(DHFLAGS)
 
-override_dh_auto_install:
-
 override_dh_auto_configure:
 	NONCONFIGURE=1 ./autogen.sh
-	dh_auto_configure $(DHFLAGS) --
+	dh_auto_configure $(DHFLAGS) -- \
+	    --enable-systemd \
+	    $(NULL)
 
 get-orig-source:
-	uscan --noconf --force-download --rename --download-current-version --destdir=..
\ No newline at end of file
+	uscan --noconf --force-download --rename --download-current-version --destdir=..

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-accountsdialog.git



More information about the pkg-mate-commits mailing list