summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control8
-rw-r--r--debian/mozclient.install1
-rw-r--r--debian/mozilla-devscripts.install1
-rwxr-xr-xdebian/rules9
5 files changed, 10 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog
index cbf1998..dd424c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mozclient (0.01) UNRELEASED; urgency=low
+mozilla-devscripts (0.01) UNRELEASED; urgency=low
* Initial version
diff --git a/debian/control b/debian/control
index cd0e75d..ac91ca8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,16 @@
-Source: mozclient
+Source: mozilla-devscripts
Section: devel
Priority: optional
Maintainer: Ubuntu Mozilla Team <ubuntu-mozillateam@lists.ubuntu.com>
Uploaders: Fabien Tassin <fta@sofaraway.org>
Build-Depends: debhelper (>= 5), cdbs
Standards-Version: 3.7.3
-Vcs-Bzr: https://code.launchpad.net/~mozillateam/mozclient/mozclient
+Vcs-Bzr: https://code.launchpad.net/~mozillateam/mozclient/mozclient.dev
-Package: mozclient
+Package: mozilla-devscripts
Architecture: all
Depends: cvs, wget, quilt
Description: tarball creator for Ubuntu Mozilla packages
- This package contains mozclient, an abstract tarball creator
+ This package contains mozilla-devscripts, an abstract tarball creator
based on Makefile inheritance which provides a get-new-orig target
usable by Mozilla packages in Ubuntu.
diff --git a/debian/mozclient.install b/debian/mozclient.install
deleted file mode 100644
index b11ecb5..0000000
--- a/debian/mozclient.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/share/mozclient
diff --git a/debian/mozilla-devscripts.install b/debian/mozilla-devscripts.install
new file mode 100644
index 0000000..525469e
--- /dev/null
+++ b/debian/mozilla-devscripts.install
@@ -0,0 +1 @@
+debian/tmp/usr/share/mozilla-devscripts
diff --git a/debian/rules b/debian/rules
index 52873db..34bdfd7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,10 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA.
-DEB_SOURCE_PACKAGE = mozclient
+DEB_SOURCE_PACKAGE := $(shell dpkg-parsechangelog | sed -n 's/^Source: *\(.*\)$$/\1/ p')
+DEB_VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: *\(.*\)$$/\1/ p')
+DEB_ISNATIVE := 1
+
DEB_INDEP_PACKAGES = $(DEB_SOURCE_PACKAGE)
DEB_ARCH_PACKAGES = $(NULL)
@@ -31,7 +34,3 @@ DEB_MAKE_CHECK_TARGET := $(NULL)
DEB_INSTALL_CHANGELOGS_ALL := Changelog.txt
DEB_INSTALL_DOCS_ALL := README
-
-DEB_VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: *\(.*\)$$/\1/ p')
-DEB_UPSTREAM_VERSION := $(shell echo $(DEBIAN_VERSION) | sed 's/^\(.*\)-[^-]*$$/\1/')
-DEB_ISNATIVE := 1