Source: xfce4-dev-tools
Section: xfce
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Build-Depends: debhelper (>= 9), autotools-dev,
 automake,
 gettext,
 intltool,
 libglib2.0-dev,
 libgtk2.0-dev,
 libgtk-3-dev,
 libtool,
 pkg-config
Standards-Version: 3.9.8
Homepage: http://users.xfce.org/~benny/articles/xdt-introduction.html
#Vcs-Git: https://anonscm.debian.org/collab-maint/xfce4-dev-tools.git
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/xfce4-dev-tools.git

Package: xfce4-dev-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: autoconf,
 automake,
 intltool,
 libtool
Description: Xfce Developer Tools
 The Xfce Developer Tools - xfce4-dev-tools for short - provide an easy way to handle the setup and maintaince of a projects build framework. They currently consist of a bunch of M4 macros for commonly used checks and the xdt-autogen script, which examines the projects configure.ac or configure.in file(s) and calls the appropriate autotools in the correct order.