another arch
authorBdale Garbee <bdale@gag.com>
Sun, 8 Dec 2013 04:44:20 +0000 (21:44 -0700)
committerBdale Garbee <bdale@gag.com>
Sun, 8 Dec 2013 04:44:20 +0000 (21:44 -0700)
debian/changelog
debian/control
debian/gbp.conf [deleted file]

index 57a56b8e1cd2f8a1c0c8ef8583015568b000b7c9..03141211b4d5bca46044303554f81464bb4aa73a 100644 (file)
@@ -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 <bdale@gag.com>  Fri, 12 Nov 2010 01:21:29 -0700
+ -- Bdale Garbee <bdale@gag.com>  Sat, 07 Dec 2013 21:39:01 -0700
 
 pforth (21-11) unstable; urgency=low
 
index 49f1d5f58cfa03461e643b69bcc6891586cf1a09..edbd0ecab2353bfddab20a45e2531cc3acb02996 100644 (file)
@@ -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 (file)
index dd2ff23..0000000
+++ /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
-