From: Bdale Garbee Date: Sun, 15 Feb 2009 16:51:25 +0000 (-0700) Subject: Merge commit 'upstream/1.3.12' X-Git-Tag: debian/1.3.12-1~5 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=668705452452a1239b2f05d4c9732f9f94d12fc3;p=debian%2Fmtx Merge commit 'upstream/1.3.12' Conflicts: CHANGES Makefile.in README.win32 config.guess config.sub configure debian/changelog debian/compat debian/control debian/copyright loaderinfo.c mam2debug.c mam2debug2.c mtx.1 mtx.c mtx.h mtx.spec mtx.spec.in mtxl.c mtxl.h nsmhack.c scsi_aix.c scsi_freebsd.c scsi_hpux.c scsi_linux.c scsi_sgi.c scsi_sun.c scsi_win32.c scsieject.1 scsieject.c scsitape.c sg_err.c tapeinfo.1 tapeinfo.c --- 668705452452a1239b2f05d4c9732f9f94d12fc3 diff --cc .gbp.conf index dd2ff23,0000000..bbfc061 mode 100644,000000..100644 --- a/.gbp.conf +++ b/.gbp.conf @@@ -1,46 -1,0 +1,46 @@@ +# 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/ ++export-dir = ../build-area/mtx/ +#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 + diff --cc debian/changelog index 4c34a08,860dd53..9172449 --- a/debian/changelog +++ b/debian/changelog @@@ -1,3 -1,15 +1,9 @@@ + mtx (1.3.12-1) unstable; urgency=low + - * Incorporate debian packaging into upsteam version - * Remove strip of binaries - * Remove unsupported nsmhack from list of binaries built by default - * Add support for building outside of source tree - * Update copyrights - * Fix typo in mtx.1 man page - * Clear outstanding UNIT ATTENTION state at start - - -- Robert Nelson Tue, 19 Aug 2008 09:04:00 +0000 ++ * new upstream version, closes: #500590 ++ ++ -- Bdale Garbee Sun, 15 Feb 2009 09:39:12 -0700 + mtx (1.3.11-1) unstable; urgency=low * new upstream version, closes: #425687, #425688 diff --cc mtx.spec.in index c19ae1e,f6fd5ed..a9f4a9d --- a/mtx.spec.in +++ b/mtx.spec.in @@@ -4,7 -4,7 +4,11 @@@ Release: 1%{?dist Summary: SCSI media changer control program License: GPL Group: Utilities/System ++<<<<<<< HEAD:mtx.spec.in +Source0: ftp://ftp.opensource-sw.net/pub/mtx/development/%{name}-%{version}.tar.gz ++======= + Source0: ftp://ftp.opensource-sw.net/pub/mtx/stable/%{name}-%{version}.tar.gz ++>>>>>>> upstream/1.3.12:mtx.spec.in Url: http://%{name}.sourceforge.net BuildRoot: /var/tmp/%{name}-%{version}