diff -Nru sgabios-0.0~svn8/debian/changelog sgabios-0.0~svn8/debian/changelog --- sgabios-0.0~svn8/debian/changelog 2013-12-07 13:20:59.000000000 +0000 +++ sgabios-0.0~svn8/debian/changelog 2017-03-05 15:09:17.000000000 +0000 @@ -1,3 +1,21 @@ +sgabios (0.0~svn8-4) unstable; urgency=medium + + [ Marques Johansson ] + * Update README.Debian + + [ Daniel Beyer ] + * Use git-buildpackage for the Debian packaging + * Set Standards-Version to 3.9.8 (no changes needed) + * Reference secure URIs in debian/* (where possible) + * Add lintian override for code.google.com. + The current project page on Google Code is still working and + upstream did not move the project to another location so far. + + [ Chris Lamb ] + * Make build of sgabios reproducible (Closes: #779135) + + -- Daniel Beyer Sun, 05 Mar 2017 16:09:17 +0100 + sgabios (0.0~svn8-3) unstable; urgency=low * Made sgabios multiarch aware (Closes: #731490) diff -Nru sgabios-0.0~svn8/debian/control sgabios-0.0~svn8/debian/control --- sgabios-0.0~svn8/debian/control 2013-12-07 13:20:59.000000000 +0000 +++ sgabios-0.0~svn8/debian/control 2017-03-05 15:09:17.000000000 +0000 @@ -5,9 +5,9 @@ Uploaders: Michael Tokarev Homepage: https://code.google.com/p/sgabios/ Build-Depends: debhelper (>= 9), gcc-multilib [amd64] -Standards-Version: 3.9.5 +Standards-Version: 3.9.8 Vcs-Browser: https://github.com/ymc/sgabios-debian -Vcs-Git: git://github.com/ymc/sgabios-debian.git +Vcs-Git: https://github.com/ymc/sgabios-debian.git Package: sgabios diff -Nru sgabios-0.0~svn8/debian/copyright sgabios-0.0~svn8/debian/copyright --- sgabios-0.0~svn8/debian/copyright 2013-04-27 18:34:01.000000000 +0000 +++ sgabios-0.0~svn8/debian/copyright 2017-03-05 15:09:17.000000000 +0000 @@ -1,6 +1,6 @@ -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: sgabios -Source: http://code.google.com/p/sgabios/ +Source: https://code.google.com/p/sgabios/ Files: * Copyright: 2007, 2008, 2009, 2010 Google Inc. @@ -9,7 +9,7 @@ you may not use this software except in compliance with the License. You may obtain a copy of the License at . - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff -Nru sgabios-0.0~svn8/debian/gbp.conf sgabios-0.0~svn8/debian/gbp.conf --- sgabios-0.0~svn8/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ sgabios-0.0~svn8/debian/gbp.conf 2017-03-05 15:09:17.000000000 +0000 @@ -0,0 +1,12 @@ +[DEFAULT] +upstream-branch = upstream/master +debian-branch = debian/master +upstream-tag = v%(version)s +pristine-tar = True +pristine-tar-commit = True + +[buildpackage] +sign-tags = True + +[pq] +patch-numbers = False diff -Nru sgabios-0.0~svn8/debian/README.Debian sgabios-0.0~svn8/debian/README.Debian --- sgabios-0.0~svn8/debian/README.Debian 2013-06-10 06:30:15.000000000 +0000 +++ sgabios-0.0~svn8/debian/README.Debian 2017-03-05 15:09:17.000000000 +0000 @@ -14,7 +14,7 @@ ================================ SGABIOS is a 16bit X86 bios option rom. Therefore it can run only on physical or emulated x86 hardware and has to be called from a compatible 16bit X86 BIOS. -SeaBIOS is a 16bit X86 BIOS known to to work together +SeaBIOS is a 16bit X86 BIOS known to work together with SGABIOS. @@ -22,7 +22,7 @@ =========================================== If you plan to equip physical X86 hardware with a SGABIOS enabled SeaBIOS, you can do this by using coreboot. Doing this is not scope of this README, but -instructions how to do this can be found at . +instructions how to do this can be found at . Please be warned that you can easily fry your physical X86 hardware if you flash over our existing BIOS - especially if the new contents of the flash is not provided by the vendor of our hardware. @@ -39,11 +39,11 @@ 3) SGABIOS with qemu ==================== -Since I/O of the virtual server driven by gemu is provided through a serial +Since I/O of the virtual server driven by qemu is provided through a serial device, it is possible with qemu to redirect this on the host system in -various ways. On possibility is to the redirect it on the host system using +various ways. One possibility is to the redirect it on the host system using telnet, allowing easy remote access to the virtual server without using VNC. -For other ways how to redirect the serial device on the host system, please +For other ways to redirect the serial device on the host system, please take a look into the man page of qemu(1) and search for option "-serial" in it. @@ -113,4 +113,4 @@ Press '' and 'a' together, followed by a press of 'c'. - -- Daniel Beyer Sat, 27 Apr 2013 17:18:12 +0200 + -- Daniel Beyer Mon, 22 Aug 2016 16:16:03 +0200 diff -Nru sgabios-0.0~svn8/debian/rules sgabios-0.0~svn8/debian/rules --- sgabios-0.0~svn8/debian/rules 2013-06-10 06:30:15.000000000 +0000 +++ sgabios-0.0~svn8/debian/rules 2017-03-05 15:09:17.000000000 +0000 @@ -1,5 +1,10 @@ #!/usr/bin/make -f +BUILD_HOST = generic +BUILD_USER = generic +BUILD_DATE = $(shell dpkg-parsechangelog --show-field=Date) +BUILD_SHORT_DATE = $(shell date --utc --date="$(BUILD_DATE)" +%D) + %: +dh $@ @@ -7,6 +12,13 @@ make clean rm -f .depend +override_dh_auto_build: + make \ + BUILD_HOST="\\\"$(BUILD_HOST)\\\"" \ + BUILD_USER="\\\"$(BUILD_USER)\\\"" \ + BUILD_DATE="\\\"$(BUILD_DATE)\\\"" \ + BUILD_SHORT_DATE="\\\"$(BUILD_SHORT_DATE)\\\"" + override_dh_auto_configure override_dh_auto_test: # nothing to do diff -Nru sgabios-0.0~svn8/debian/source/lintian-overrides sgabios-0.0~svn8/debian/source/lintian-overrides --- sgabios-0.0~svn8/debian/source/lintian-overrides 2013-04-27 18:34:01.000000000 +0000 +++ sgabios-0.0~svn8/debian/source/lintian-overrides 2017-03-05 15:09:17.000000000 +0000 @@ -1,3 +1,6 @@ # Upstream did not do a release of sgabios, yet. Therefore there is # nothing we possibly can watch. sgabios source: debian-watch-file-is-missing +# So far upstream did not move the project and the project page itself is +# still working. +sgabios source: obsolete-url-in-packaging * https://code.google.com/p/sgabios/