Things may change sometimes. Let debian cope with it.

SVN revision: 13130
This commit is contained in:
Sytse Wielinga 2005-01-29 18:07:09 +00:00
parent 6390359953
commit 789c7e0079
6 changed files with 39 additions and 4 deletions

13
debian/.cvsignore vendored
View File

@ -1,3 +1,16 @@
.deps
Makefile
Makefile.in
files
imlib2-demo.substvars
imlib2-test.substvars
libimlib2-dev.postinst.debhelper
libimlib2-dev.prerm.debhelper
libimlib2.postinst.debhelper
libimlib2.postrm.debhelper
libimlib2.substvars
imlib2-demo
imlib2-test
libimlib2
libimlib2-dev
tmp

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
imlib2 (1.1.2-0cvs20040918) unstable; urgency=low
imlib2 (1.2.1-0cvs20050129) unstable; urgency=low
* a CVS release
-- Sytse Wielinga <s.b.wielinga@student.utwente.nl> Sat, 18 Sep 2004 12:48:44 +0200
-- Sytse Wielinga <s.b.wielinga@student.utwente.nl> Sat, 29 Jan 2005 18:33:57 +0100

2
debian/control vendored
View File

@ -16,7 +16,7 @@ Description: Imlib2 demo's
Package: imlib2-test
Architecture: any
Section: graphics
Depends: ${shlibs:Depends}
Depends: ${shlibs:Depends}, imlib2-demo (= ${Source-Version})
Description: Imlib2 test programs
This package contains some, not generally usable, test programs
for Imlib2.

View File

@ -1,3 +1,21 @@
usr/bin/imlib2_conv
usr/bin/imlib2_show
usr/bin/imlib2_view
usr/share/imlib2/data/fonts/*.ttf
usr/share/imlib2/data/images/audio.png
usr/share/imlib2/data/images/bg.png
usr/share/imlib2/data/images/bulb.png
usr/share/imlib2/data/images/calc.png
usr/share/imlib2/data/images/cal.png
usr/share/imlib2/data/images/folder.png
usr/share/imlib2/data/images/globe.png
usr/share/imlib2/data/images/lock.png
usr/share/imlib2/data/images/mail.png
usr/share/imlib2/data/images/menu.png
usr/share/imlib2/data/images/mush.png
usr/share/imlib2/data/images/paper.png
usr/share/imlib2/data/images/sh1.png
usr/share/imlib2/data/images/sh2.png
usr/share/imlib2/data/images/sh3.png
usr/share/imlib2/data/images/stop.png
usr/share/imlib2/data/images/tnt.png

View File

@ -2,3 +2,4 @@ usr/bin/imlib2_bumpmap
usr/bin/imlib2_test
usr/bin/imlib2_poly
usr/bin/imlib2_colorspace
usr/share/imlib2/data/images/imlib2.png

5
debian/rules vendored
View File

@ -69,8 +69,11 @@ binary-indep: build install
binary-arch: build install
dh_testdir
dh_testroot
ifeq (,$(findstring fail-on-missing,$(DEB_BUILD_OPTIONS)))
dh_install --sourcedir=debian/tmp --list-missing
else
dh_install --sourcedir=debian/tmp --fail-missing
endif
dh_installdocs AUTHORS README
dh_installchangelogs
dh_link