summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--debian/mozilla-devscripts.install2
-rwxr-xr-xdebian/rules2
3 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 774690d..f093448 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ mozilla-devscripts (0.15) UNRELEASED; urgency=low
- update debian/changelog
- fix Vcs-Bzr-Browser field to Vcs-Browser
- update debian/control
+ - all files are directly installed into debian/mozilla-devscripts
+ - update debian/rules
+ - remove debian/mozilla-devscripts.install
* build-system:
- make minefield-packager.mk executable
- update src/Makefile
@@ -20,7 +23,7 @@ mozilla-devscripts (0.15) UNRELEASED; urgency=low
- add man/moz-version.1
- update src/Makefile
- -- Benjamin Drung <bdrung@ubuntu.com> Wed, 12 Aug 2009 02:14:30 +0200
+ -- Benjamin Drung <bdrung@ubuntu.com> Wed, 12 Aug 2009 02:21:37 +0200
mozilla-devscripts (0.14) unstable; urgency=low
diff --git a/debian/mozilla-devscripts.install b/debian/mozilla-devscripts.install
deleted file mode 100644
index 412da21..0000000
--- a/debian/mozilla-devscripts.install
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tmp/usr/share/mozilla-devscripts
-debian/tmp/usr/bin
diff --git a/debian/rules b/debian/rules
index 77e4ec0..2d6256a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ include /usr/share/cdbs/1/class/makefile.mk
DEB_SRCDIR := $(CURDIR)/src
DEB_MAKE_BUILD_TARGET := build
-DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp/
+DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/mozilla-devscripts/
DEB_MAKE_CHECK_TARGET := $(NULL)
DEB_INSTALL_DOCS_ALL := README