summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3d5a0bb)
raw | patch | inline | side by side (parent: 3d5a0bb)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 28 Sep 2006 16:09:33 +0000 (16:09 +0000) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 28 Sep 2006 16:09:33 +0000 (16:09 +0000) |
debian/copyright | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/copyright b/debian/copyright
index f0181d1cd27ce0b39936031e0ed90bde5db2ee28..7cffe7c24090ae98220b2592230ea96bbb106902 100644 (file)
--- a/debian/copyright
+++ b/debian/copyright
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU General Public License
can be found in `/usr/share/common-licenses/GPL'.
diff --git a/debian/rules b/debian/rules
index 7b9f7bdc8fbb649c74ddec0b95bbfa63d4cc83a4..8af679ab35fe0d13a8669e9d37177ff4aaa36d49 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
build-stamp:
dh_testdir
- $(MAKE) all doc
+ CFLAGS="$(FLAGS)" $(MAKE) all doc
touch build-stamp
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_clean -k
dh_installdirs
$(MAKE) install install-doc DESTDIR=$(CURDIR)/debian/tig \
binary-arch: build install
dh_testdir
dh_testroot
+ dh_installchangelogs
dh_installdocs BUGS TODO manual.pdf
dh_link
dh_strip