tags 379724 patch usertag 379724 supplied-patch thanks Hi,
I have prepared a simple patch for the FTFBS which is attached. As I am
no DD yet, I can not do the actual NMU. Marga would you like to do the
actual upload?
Greetings Arjan
Changelog of my NMU:
* Non-maintainer upload.
* Set urgency to medium as this upload fixes an RC bug.
* debian/rules:
- Don't let build target depend on build-indep target as the build
daemons will call the build target without Build-Depends-Indep
satisfied. (Closes: #379724)
- Drop DH_COMPAT=3 as compatibility levels before 4 are deprecated.
* debian/copyright: update address of the FSF.
* debian/compat: added and bump debhelper compatibility level to 4 and
adjust Build-Depends on debhelper accordingly.
diff -u cbmlink-0.9.6/debian/control cbmlink-0.9.6/debian/control
--- cbmlink-0.9.6/debian/control
+++ cbmlink-0.9.6/debian/control
@@ -2,7 +2,7 @@
Section: otherosfs
Priority: extra
Maintainer: Peter Karlsson <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0)
+Build-Depends: debhelper (>= 4.0.0)
Build-Depends-Indep: xa65
Standards-Version: 3.6.0
diff -u cbmlink-0.9.6/debian/rules cbmlink-0.9.6/debian/rules
--- cbmlink-0.9.6/debian/rules
+++ cbmlink-0.9.6/debian/rules
@@ -6,9 +6,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=3
-
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
CFLAGS += -g
endif
@@ -89,7 +86,7 @@
# Combined portion -------------------------------------------------------
-build: build-arch build-indep
+build: build-arch
clean:
dh_testdir
diff -u cbmlink-0.9.6/debian/changelog cbmlink-0.9.6/debian/changelog
--- cbmlink-0.9.6/debian/changelog
+++ cbmlink-0.9.6/debian/changelog
@@ -1,3 +1,18 @@
+cbmlink (0.9.6-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Set urgency to medium as this upload fixes an RC bug.
+ * debian/rules:
+ - Don't let build target depend on build-indep target as the build
+ daemons will call the build target without Build-Depends-Indep
+ satisfied. (Closes: #379724)
+ - Drop DH_COMPAT=3 as compatibility levels before 4 are deprecated.
+ * debian/copyright: update address of the FSF.
+ * debian/compat: added and bump debhelper compatibility level to 4 and
+ adjust Build-Depends on debhelper accordingly.
+
+ -- Arjan Oosting <[EMAIL PROTECTED]> Fri, 22 Sep 2006 23:36:05 +0200
+
cbmlink (0.9.6-1) unstable; urgency=low
* Initial Release.
diff -u cbmlink-0.9.6/debian/copyright cbmlink-0.9.6/debian/copyright
--- cbmlink-0.9.6/debian/copyright
+++ cbmlink-0.9.6/debian/copyright
@@ -17,9 +17,9 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA.
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ MA 02110-1301, USA.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
only in patch2:
unchanged:
--- cbmlink-0.9.6.orig/debian/compat
+++ cbmlink-0.9.6/debian/compat
@@ -0,0 +1 @@
+4
signature.asc
Description: Dit berichtdeel is digitaal ondertekend

