diff -Nru fonts-pagul-1.0/debian/changelog fonts-pagul-1.0/debian/changelog --- fonts-pagul-1.0/debian/changelog 2013-05-11 05:33:21.000000000 +0000 +++ fonts-pagul-1.0/debian/changelog 2020-04-28 06:00:15.000000000 +0000 @@ -1,3 +1,20 @@ +fonts-pagul (1.0-8) unstable; urgency=low + + * Team upload. + * debian/control: + + Set Maintainer to Debian Fonts Task Force. + + Switched to debhelper-compat. + + Updated Standards-Version to 4.5.0 + + Updated Build-Depends. + + Added 'Rules-Requires-Root' field. + + Updated Vcs-* URLs. + * debian/rules: + + Use simple dh. + * Updated debian/copyright. + * Added debian/gitlab-ci.yml. + + -- Kartik Mistry Tue, 28 Apr 2020 11:30:15 +0530 + fonts-pagul (1.0-7) unstable; urgency=low * Upload to unstable. @@ -76,12 +93,12 @@ -- Debian-IN Team Fri, 30 Dec 2011 15:04:00 +0530 fonts-pagul (1.0-2) unstable; urgency=low + [Vasudev Kamath] * debian/control + Vcs* fields now point to Debian-IN git repository * debian/copyright - + Introduced "." in all empty lines to make lintian - happy + + Introduced "." in all empty lines to make lintian happy -- Debian-IN Team Thu, 06 Oct 2011 18:22:58 +0530 diff -Nru fonts-pagul-1.0/debian/compat fonts-pagul-1.0/debian/compat --- fonts-pagul-1.0/debian/compat 2013-05-11 05:33:21.000000000 +0000 +++ fonts-pagul-1.0/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -8 diff -Nru fonts-pagul-1.0/debian/control fonts-pagul-1.0/debian/control --- fonts-pagul-1.0/debian/control 2013-05-11 05:33:21.000000000 +0000 +++ fonts-pagul-1.0/debian/control 2020-04-28 05:59:18.000000000 +0000 @@ -1,17 +1,14 @@ Source: fonts-pagul Section: fonts Priority: optional -Maintainer: Debian-IN Team +Maintainer: Debian Fonts Task Force Uploaders: Vasudev Kamath -Build-Depends: cdbs, - debhelper, - dh-buildinfo, - devscripts, - fontforge -Standards-Version: 3.9.4 +Build-Depends: debhelper-compat (= 12), fontforge-nox +Standards-Version: 4.5.0 Homepage: https://sourceforge.net/projects/pagul/ -Vcs-Git: git://anonscm.debian.org/debian-in/fonts-pagul.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-in/fonts-pagul.git +Vcs-Git: https://salsa.debian.org/fonts-team/fonts-pagul.git +Vcs-Browser: https://salsa.debian.org/fonts-team/fonts-pagul +Rules-Requires-Root: no Package: fonts-pagul Architecture: all diff -Nru fonts-pagul-1.0/debian/control.in fonts-pagul-1.0/debian/control.in --- fonts-pagul-1.0/debian/control.in 2013-05-11 05:33:21.000000000 +0000 +++ fonts-pagul-1.0/debian/control.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -Source: fonts-pagul -Section: fonts -Priority: optional -Maintainer: Debian-IN Team -Uploaders: Vasudev Kamath -Build-Depends: @cdbs@ -Standards-Version: 3.9.4 -Homepage: https://sourceforge.net/projects/pagul/ -Vcs-Git: git://anonscm.debian.org/debian-in/fonts-pagul.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-in/fonts-pagul.git - -Package: fonts-pagul -Architecture: all -Multi-Arch: foreign -Depends: ${misc:Depends} -Description: Free TrueType font for the Sourashtra language - Pagul TrueType font for the Sourashtra (saz_IN) language which is primarily - spoken in the Indian state of Tamil Nadu. diff -Nru fonts-pagul-1.0/debian/copyright fonts-pagul-1.0/debian/copyright --- fonts-pagul-1.0/debian/copyright 2013-05-11 05:33:21.000000000 +0000 +++ fonts-pagul-1.0/debian/copyright 2020-04-28 05:57:59.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fonts-pagul Source: https://sourceforge.net/projects/pagul/ @@ -15,7 +15,7 @@ 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 . + this program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". @@ -31,7 +31,8 @@ do so, delete this exception statement from your version. Files: debian/* -Copyright: (c) 2011-2012, Vasudev Kamath +Copyright: 2011-2012, Vasudev Kamath + 2020, Debian Fonts Task Force 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 @@ -43,7 +44,7 @@ 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 . + this program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". diff -Nru fonts-pagul-1.0/debian/gitlab-ci.yml fonts-pagul-1.0/debian/gitlab-ci.yml --- fonts-pagul-1.0/debian/gitlab-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ fonts-pagul-1.0/debian/gitlab-ci.yml 2020-04-28 06:00:10.000000000 +0000 @@ -0,0 +1,6 @@ +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: + RELEASE: 'unstable' diff -Nru fonts-pagul-1.0/debian/rules fonts-pagul-1.0/debian/rules --- fonts-pagul-1.0/debian/rules 2013-05-11 05:33:21.000000000 +0000 +++ fonts-pagul-1.0/debian/rules 2020-04-28 05:53:49.000000000 +0000 @@ -1,22 +1,7 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/utils.mk -include /usr/share/cdbs/1/rules/upstream-tarball.mk +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 -# Make snippet for compiling font -include /usr/share/cdbs/1/class/makefile.mk - -DEB_UPSTREAM_PACKAGE = Pagul -DEB_UPSTREAM_TARBALL_BASENAME = ${DEB_UPSTREAM_PACKAGE}_v${DEB_UPSTREAM_VERSION} -DEB_UPSTREAM_TARBALL_EXTENSION = zip - -# Pagul zip doesn't have a folder inside so make this empty -DEB_UPSTREAM_TARBALL_SRCDIR = . -cdbs_upstream_local_srcdir = . - -DEB_UPSTREAM_URL = http://sourceforge.net/projects/pagul/files -DEB_UPSTREAM_TARBALL_MD5 = e37f7bf8c70dce476bbddac5dd4da583 - -# Build depends -CDBS_BUILD_DEPENDS += ,fontforge +%: + dh $@