debian/0000775000000000000000000000000012276727003007176 5ustar debian/copyright0000664000000000000000000000440612276166705011143 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: dpic Source: https://ece.uwaterloo.ca/~aplevich/dpic/ Files: * Copyright: 2014, J. D. Aplevich License: BSD All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2014 Scarlett Clark 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 . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/README.source0000664000000000000000000000026212276726402011357 0ustar * Renamed upstream tar for sequential versioning. * Removed no-source PDFs from package -- Scarlett Clark Mon, 10 Feb 2014 06:41:02 -0800 debian/docs0000664000000000000000000000000712276726732010056 0ustar README debian/rules0000775000000000000000000000040712276726504010264 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_installchangelogs: dh_installchangelogs -k CHANGES override_dh_auto_install: $(MAKE) DESTDIR=$$(pwd)/debian/dpic PREFIX=/usr install debian/source/0000775000000000000000000000000012276162563010502 5ustar debian/source/format0000664000000000000000000000001412276162563011710 0ustar 3.0 (quilt) debian/changelog0000664000000000000000000000037612276726776011076 0ustar dpic (2014.01.01+dfsg1-0ubuntu1) trusty; urgency=low * Initial release * Renamed upstream tar for sequential versioning. * Removed no-source PDFs from package -- Scarlett Clark Mon, 10 Feb 2014 06:41:02 -0800 debian/compat0000664000000000000000000000000212276162564010401 0ustar 9 debian/dpic.manpages0000664000000000000000000000001412276726500011626 0ustar doc/dpic.1 debian/control0000664000000000000000000000170412276173670010610 0ustar Source: dpic Section: devel Priority: optional Maintainer: Kubuntu Developers XSBC-Original-Maintainer: Scarlett Clark Build-Depends: debhelper (>= 9.0.0) Standards-Version: 3.9.5 Homepage: https://ece.uwaterloo.ca/~aplevich/dpic/ Package: dpic Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Produce diagrams for LaTeX documents or web files. Dpic accepts gpic input for the most part but there are minor differences. The outputs of gpic and dpic are quite different but both can serve as preprocessors that create diagrams for inclusion in LaTeX documents. . The pic language is particularly suited for easily creating line diagrams such as electric circuits, and many persons use a package of macros called Circuit macros along with the m4 macro processor. The pic language itself allows macro definitions, and both pic and m4 macros will be described.