[Pkg-cli-apps-commits] [SCM] bareftp branch, master, updated. debian/0.2.3-1-6-gbeabe8a
Stefan Ebner
sebner at ubuntu.com
Thu Dec 31 12:17:47 UTC 2009
The following commit has been merged in the master branch:
commit 77d2ecb8e1556ceece67f6f4774f04f76361da78
Author: Stefan Ebner <sebner at ubuntu.com>
Date: Thu Dec 31 13:13:45 2009 +0100
Various updates
diff --git a/debian/changelog b/debian/changelog
index de3181a..edf5bb2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ bareftp (0.3.0-1) UNRELEASED; urgency=low
* debian/control:
+ Bump Standards-Version to 3.8.3
+ Change Architecture: all to Architecture: any
+ + Remove quilt, intltool dependency
+ * debian/rules: Remove quilt and autoreconf references
* debian/copyright: Updated
-- Stefan Ebner <sebner at ubuntu.com> Thu, 31 Dec 2009 12:35:38 +0100
diff --git a/debian/control b/debian/control
index 4c484c9..facc270 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,11 @@ Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.
Uploaders: Mirco Bauer <meebey at debian.org>
Build-Depends: debhelper (>= 7.0.50),
cli-common-dev (>= 0.7),
- quilt,
mono-devel (>= 2.4.2.3),
libgtk2.0-cil (>= 2.12),
libgnome2.24-cil (>= 2.12),
libgnome-vfs2.0-cil (>= 2.12),
- libgconf2.0-cil (>= 2.12),
- intltool (>= 0.35)
+ libgconf2.0-cil (>= 2.12)
Standards-Version: 3.8.3
Homepage: http://www.bareftp.org/
Vcs-Git: git://git.debian.org/git/pkg-cli-apps/packages/bareftp.git
diff --git a/debian/rules b/debian/rules
index 72d7061..2100ab0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,17 +10,10 @@ DEB_VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Vers
VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
include /usr/share/cli-common/cli.make
-include /usr/share/quilt/quilt.make
-override_dh_auto_configure: $(QUILT_STAMPFN)
+override_dh_auto_configure:
dh_auto_configure -- MCS=/usr/bin/mono-csc
-override_dh_auto_test:
- # disabled
-
-override_dh_clean: unpatch
- dh_clean
-
get-orig-source:
uscan \
--package $(DEB_SOURCE_NAME) \
@@ -35,4 +28,4 @@ get-orig-source:
%:
dh $@
-.PHONY: autoreconf get-orig-source
+.PHONY: get-orig-source
--
bareftp
More information about the Pkg-cli-apps-commits
mailing list