diff -Nru texify-1.20/debian/changelog texify-1.20/debian/changelog --- texify-1.20/debian/changelog 2010-11-18 19:04:20.000000000 +0000 +++ texify-1.20/debian/changelog 2011-12-14 11:25:25.000000000 +0000 @@ -1,3 +1,11 @@ +texify (1.20-2) unstable; urgency=low + + * debian/control: Standards version moved to 3.9.2 (no changes) + * debian/rules: moved to dh + * debian/copyright: moved to DEP5 + + -- Thorsten Alteholz Wed, 14 Dec 2011 18:25:02 +0100 + texify (1.20-1) unstable; urgency=low * New Maintainer (Closes: #575162) diff -Nru texify-1.20/debian/control texify-1.20/debian/control --- texify-1.20/debian/control 2010-11-18 19:04:08.000000000 +0000 +++ texify-1.20/debian/control 2011-12-14 10:01:31.000000000 +0000 @@ -2,7 +2,7 @@ Section: utils Priority: optional Maintainer: Thorsten Alteholz -Standards-Version: 3.9.1 +Standards-Version: 3.9.2 Build-Depends: debhelper (>= 8) DM-Upload-Allowed: yes diff -Nru texify-1.20/debian/copyright texify-1.20/debian/copyright --- texify-1.20/debian/copyright 2010-11-18 14:41:54.000000000 +0000 +++ texify-1.20/debian/copyright 2011-12-14 11:17:25.000000000 +0000 @@ -1,43 +1,47 @@ -This package was debianized by Morten Hustveit on -Fri, 31 Jan 2003 11:37:18 +0100. - -Copyright: 1998-2008 - - Arne Georg Gleditsch - Per Kristian Gjermshus - Affi - Olav Andree Brevik - Vegard Hanssen - Jens Toivo Berger Thielemann - Martin Thornquist - Ossama Othman - Siri Spjelkavik - Dieter Schuster - -It was copied from /local/snacks/bin/ from the computers at -the Department of informatics, at the University of Oslo. - - 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 2, 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 this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - -On Debian systems, the complete text of the GNU General Public -License can be found in `/usr/share/common-licenses/GPL-2'. - - Permission is granted to copy, distribute and/or modify this document - under the terms of the GNU Free Documentation License, Version 1.1 or - any later version published by the Free Software Foundation; with no - Invariant Sections, with no Front-Cover Texts, and with no Back-Cover - Texts. A copy of the license is included in the section entitled "GNU - Free Documentation License". - +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: texify +Source: It was copied from /local/snacks/bin/ from the computers at + the Department of informatics, at the University of Oslo. + +Files: * +Copyright: 1998-2008 Arne Georg Gleditsch + 1998-2008 Per Kristian Gjermshus , + 1998-2008 Affi , + 1998-2008 Olav Andree Brevik , + 1998-2008 Vegard Hanssen , + 1998-2008 Jens Toivo Berger Thielemann , + 1998-2008 Martin Thornquist , + 1998-2008 Ossama Othman , + 1998-2008 Siri Spjelkavik , + 1998-2008 Dieter Schuster , +License: GPL-2+ + 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 2, 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 this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU General Public + License can be found in `/usr/share/common-licenses/GPL-2'. + . + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.1 or + any later version published by the Free Software Foundation; with no + Invariant Sections, with no Front-Cover Texts, and with no Back-Cover + Texts. A copy of the license is included in the section entitled "GNU + Free Documentation License". + +Files: debian/* +Copyright: 2003 Morten Hustveit , + 2011 Thorsten Alteholz +License: GPL-2+ + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff -Nru texify-1.20/debian/rules texify-1.20/debian/rules --- texify-1.20/debian/rules 2010-11-18 15:01:06.000000000 +0000 +++ texify-1.20/debian/rules 2011-12-14 11:11:40.000000000 +0000 @@ -1,37 +1,9 @@ #!/usr/bin/make -f -# Made with the aid of debmake, by Christoph Lameter, -# based on the sample debian/rules file for GNU hello by Ian Jackson. +# -*- makefile -*- -package=texify +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 -build: +%: + dh $@ -clean: - dh_testdir - dh_testroot - -rm -f `find . -name "*~"` - -rm -rf debian/texify `find debian/* -type d ! -name CVS|grep -v source` debian/files* core - -rm -f debian/*substvars - dh_clean - -binary-indep: - dh_clean - dh_testdir - dh_testroot - dh_installdirs /usr/bin /usr/share/man/man1 - dh_installchangelogs debian/changelog - dh_installdocs - $(MAKE) install DESTDIR=$(CURDIR)/debian/texify - dh_compress - dh_fixperms - dh_perl - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -binary-arch: - -binary: binary-indep binary-arch - -.PHONY: binary binary-arch binary-indep clean checkroot