Remove debian packaging

This commit is contained in:
Sean Davis 2014-01-25 23:59:23 -05:00
parent 9695208ca5
commit 99cf0304b1
9 changed files with 0 additions and 125 deletions

38
debian/README.source vendored
View File

@ -1,38 +0,0 @@
This package uses dpatch to manage all modifications to the upstream
source. Changes are stored in the source package as diffs in
debian/patches and applied during the build.
To get the fully patched source after unpacking the source package, cd
to the root level of the source package and run:
debian/rules patch
Removing a patch is as simple as removing its entry from the
debian/patches/00list file, and please also remove the patch file
itself.
Creating a new patch is done with "dpatch-edit-patch patch XX_patchname"
where you should replace XX with a new number and patchname with a
descriptive shortname of the patch. You can then simply edit all the
files your patch wants to edit, and then simply "exit 0" from the shell
to actually create the patch file.
To tweak an already existing patch, call "dpatch-edit-patch XX_patchname"
and replace XX_patchname with the actual filename from debian/patches
you want to use.
To clean up afterwards again, "debian/rules unpatch" will do the
work for you - or you can of course choose to call
"fakeroot debian/rules clean" all together.
---
this documentation is part of dpatch package, and may be used by
packages using dpatch to comply with policy on README.source. This
documentation is meant to be useful to users who are not proficient in
dpatch in doing work with dpatch-based packages. Please send any
improvements to the BTS of dpatch package.
original text by Gerfried Fuchs, edited by Junichi Uekawa <dancer@debian.org>
10 Aug 2008.

11
debian/changelog vendored
View File

@ -1,11 +0,0 @@
mugshot (0.2-0ubuntu1) UNRELEASED; urgency=low
* New upstream release.
-- Sean Davis <smd.seandavis@gmail.com> Sat, 25 Jan 2014 23:10:50 -0500
mugshot (0.1-6) unstable; urgency=low
* Initial release (closes: #721006)
-- Sean Davis <smd.seandavis@gmail.com> Mon, 26 Aug 2013 21:46:32 -0400

1
debian/compat vendored
View File

@ -1 +0,0 @@
9

29
debian/control vendored
View File

@ -1,29 +0,0 @@
Source: mugshot
Section: python
Priority: optional
Maintainer: Sean Davis <smd.seandavis@gmail.com>
Build-Depends: debhelper (>= 9.0.0),
python3,
python3-distutils-extra
Standards-Version: 3.9.5
Homepage: https://launchpad.net/mugshot
#Vcs-Git: git://git.debian.org/collab-maint/mugshot.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/mugshot.git;a=summary
Package: mugshot
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
gir1.2-gdkpixbuf-2.0,
gir1.2-glib-2.0,
gir1.2-gstreamer-1.0,
gir1.2-gst-plugins-base-1.0,
gir1.2-gtk-3.0,
python3-cairo,
python3-dbus,
python3-pexpect
Suggests:
gstreamer1.0-plugins-good, gstreamer1.0-tools
Description: lightweight user-configuration application
Mugshot allows you to easily update personal user details, including your profile image, buddy icon, and contact details.

28
debian/copyright vendored
View File

@ -1,28 +0,0 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mugshot
Source: https://launchpad.net/mugshot/+download
Files: *
Copyright: 2013 Sean Davis <smd.seandavis@gmail.com>
License: GPL-3.0+
Files: debian/*
Copyright: 2013 Sean Davis <smd.seandavis@gmail.com>
License: GPL-3.0+
License: GPL-3.0+
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 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 3 can be found in "/usr/share/common-licenses/GPL-3".

2
debian/menu vendored
View File

@ -1,2 +0,0 @@
?package(mugshot):needs="X11" section="Applications/System/Administration"\
title="mugshot" command="/usr/bin/mugshot"

13
debian/rules vendored
View File

@ -1,13 +0,0 @@
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_installchanglogs:
dh_installchangeslogs NEWS
override_dh_auto_install:
LC_ALL=C.UTF-8 dh_auto_install

View File

@ -1 +0,0 @@
3.0 (quilt)

2
debian/watch vendored
View File

@ -1,2 +0,0 @@
version=3
https://launchpad.net/mugshot/+download https://launchpad.net/mugshot/.*/mugshot-(.*)\.tar\.bz2