Initial migration to format "3.0 (quilt)".
This commit is contained in:
4
debian/README.source
vendored
4
debian/README.source
vendored
@@ -1,4 +0,0 @@
|
||||
The source package uses quilt for the modifications of the upstream source.
|
||||
If you want to change something it is best to use the quilt approach as
|
||||
documented in
|
||||
/usr/share/doc/quilt/README.source
|
||||
2
debian/control
vendored
2
debian/control
vendored
@@ -5,7 +5,7 @@ Maintainer: Optical Media Tools Team <pkg-opt-media-team@lists.alioth.debian.org
|
||||
Uploaders: TANIGUCHI Takaki <takaki@debian.org>,
|
||||
Rogério Brito <rbrito@ime.usp.br>
|
||||
DM-Upload-Allowed: yes
|
||||
Build-Depends: debhelper (>= 7), quilt, gettext, libbz2-dev, libgtk2.0-dev, libpng12-dev, pkg-config
|
||||
Build-Depends: debhelper (>= 7), gettext, libbz2-dev, libgtk2.0-dev, libpng12-dev, pkg-config
|
||||
Standards-Version: 3.8.3
|
||||
Vcs-Browser: http://git.debian.org/?p=pkg-opt-media/dvdisaster.git
|
||||
Vcs-Git: git://git.debian.org/pkg-opt-media/dvdisaster.git
|
||||
|
||||
6
debian/rules
vendored
6
debian/rules
vendored
@@ -1,8 +1,6 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/quilt/quilt.make
|
||||
|
||||
clean: unpatch
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
rm -f build-stamp
|
||||
@@ -14,7 +12,7 @@ clean: unpatch
|
||||
dh_clean
|
||||
|
||||
configure: configure-stamp
|
||||
configure-stamp: patch
|
||||
configure-stamp:
|
||||
dh_testdir
|
||||
|
||||
./configure --prefix=/usr --bindir=\$${prefix}/bin --docdir=\$${prefix}share/doc --docsubdir=dvdisaster-doc/html --localedir=\$${prefix}/share/locale --mandir=\$${prefix}/share/man
|
||||
|
||||
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
||||
Reference in New Issue
Block a user