From: Bdale Garbee Date: Sun, 8 Dec 2013 04:44:20 +0000 (-0700) Subject: another arch X-Git-Tag: debian/21-12~5 X-Git-Url: https://git.gag.com/?p=debian%2Fpforth;a=commitdiff_plain;h=7a24acc51a339b7abd2843953406dec784516c46 another arch --- diff --git a/debian/changelog b/debian/changelog index 57a56b8..0314121 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -pforth (21-12) unstable; urgency=low +pforth (21-12) UNRELEASED; urgency=low * add Vcs entries to the control file + * add powerpcspe to architecture list, closes: #731651 - -- Bdale Garbee Fri, 12 Nov 2010 01:21:29 -0700 + -- Bdale Garbee Sat, 07 Dec 2013 21:39:01 -0700 pforth (21-11) unstable; urgency=low diff --git a/debian/control b/debian/control index 49f1d5f..edbd0ec 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Vcs-Git: git://git.gag.com/debian/pforth Vcs-Browser: http://git.gag.com/?p=debian/pforth Package: pforth -Architecture: arm armeb armel i386 m68k powerpc s390 sparc hurd-i386 hppa kfreebsd-i386 +Architecture: arm armeb armel i386 m68k powerpc powerpcspe s390 sparc hurd-i386 hppa kfreebsd-i386 Depends: ${shlibs:Depends} Description: portable Forth interpreter pForth is a public domain, portable ANS Forth based on a kernel written in diff --git a/debian/gbp.conf b/debian/gbp.conf deleted file mode 100644 index dd2ff23..0000000 --- a/debian/gbp.conf +++ /dev/null @@ -1,46 +0,0 @@ -# Configuration file for git-buildpackage and friends - -[DEFAULT] -# the default build command: -#builder = debuild -i\.git/ -I.git -# the default clean command: -#cleaner = debuild clean -# the default branch for upstream sources: -upstream-branch = upstream -# the default branch for the debian patch: -debian-branch = master -# the default tag formats used: -#upstream-tag = upstream/%(version)s -#debian-tag = debian/%(version)s -# use pristine-tar: -pristine-tar = True - -# Options only affecting git-buildpackage -[git-buildpackage] -#upstream-branch = dfsgclean -# uncomment this to automatically GPG sign tags -#sign-tags = True -# keyid to GPG sign tags with -#keyid = 0xdeadbeef -# push to a remote repository after a successful tag: -#posttag = git-push git.example.com -# use this for more svn-buildpackage like behaviour: -export-dir = ../build-area/$PKG/ -#tarball-dir = ../tarballs/ - -# Options only affecting git-import-orig -[git-import-orig] -#upstream-branch = newupstream -#debian-branch = dfsgclean -#filter = .svn - -# Options only affecting git-import-dsc -[git-import-dsc] -#upstream-branch = svn-upstream -#filter = [ 'CVS', '.cvsignore' ] - -# Options only affecting git-dch -[git-dch] -#git-log = --no-merges -#snapshot-number = snapshot + 1 -