--- /dev/null
+ympd for Debian
+---------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Kaliko Jack <kaliko@azylum.org> Tue, 06 Jan 2015 21:16:27 +0100
--- /dev/null
+ympd for Debian
+---------------
+
+<this file describes information about the source package, see Debian policy
+manual section 4.14. You WILL either need to modify or delete this file>
+
+
+
+ -- Kaliko Jack <kaliko@azylum.org> Tue, 06 Jan 2015 21:16:27 +0100
+
--- /dev/null
+ympd (1.2.3-1~0) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #nnnn)
+
+ -- Kaliko Jack <kaliko@azylum.org> Tue, 06 Jan 2015 21:16:27 +0100
--- /dev/null
+Source: ympd
+Section: sound
+Priority: optional
+Maintainer: Kaliko Jack <kaliko@azylum.org>
+Build-Depends: debhelper (>= 9), cmake, libmpdclient-dev
+Standards-Version: 3.9.6
+Homepage: http://www.ympd.org/
+#Vcs-Git: git://anonscm.debian.org/collab-maint/ympd.git
+#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/ympd.git;a=summary
+
+Package: ympd
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Standalone MPD Web GUI written in C
+ Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
--- /dev/null
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ympd
+Source: http://www.ympd.org
+
+Files: *
+Copyright: 2013-2014 <andy@ndyk.de>
+License: GPL-2
+
+Files: src/mongoose.*
+Copyright: 2004-2013 Sergey Lyubka <valenok@gmail.com>
+ 2013-2014 Cesanta Software Limited
+License: GPL-2
+
+Files: debian/*
+Copyright: 2015 Kaliko Jack <kaliko@azylum.org>
+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 General Public License for more details.
+ .
+ You should have received a copy of 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".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
+# Please avoid to pick license terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
--- /dev/null
+#!/bin/sh
+# postrm script for ympd
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+# * <postrm> `remove'
+# * <postrm> `purge'
+# * <old-postrm> `upgrade' <new-version>
+# * <new-postrm> `failed-upgrade' <old-version>
+# * <new-postrm> `abort-install'
+# * <new-postrm> `abort-install' <old-version>
+# * <new-postrm> `abort-upgrade' <old-version>
+# * <disappearer's-postrm> `disappear' <overwriter>
+# <overwriter-version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+ purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+ ;;
+
+ *)
+ echo "postrm called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
--- /dev/null
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#DH_VERBOSE = 1
+
+# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/default.mk
+
+# see FEATURE AREAS in dpkg-buildflags(1)
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+# see ENVIRONMENT in dpkg-buildflags(1)
+# package maintainers to append CFLAGS
+#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
+# package maintainers to append LDFLAGS
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+
+# main packaging script
+%:
+ dh $@
+
+# debmake generated override targets
+# This is example for Cmake (See http://bugs.debian.org/641051 )
+#override_dh_auto_configure:
+# dh_auto_configure -- \
+# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
+
+
+
+
--- /dev/null
+3.0 (quilt)
--- /dev/null
+version=3
+opts=filenamemangle=s/^.*v([\d\.]+)\.tar\.gz$/ympd-$1.tar.gz/ \
+https://github.com/notandy/ympd/tags .*/v(\d.*)\.(?:tgz|tbz2|tar\.(?:gz|bz2|xz))