diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-11-07 20:36:04 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-11-07 20:36:04 +0100 |
commit | b246e9f751438fe28edf89757483f1fd7c54a87f (patch) | |
tree | 50f34faa0191abbd8486bcba05fc1f728e073414 | |
parent | 45b9bb839f6fc6e3022a9d4fed88aae8e23b497a (diff) | |
download | nx-libs-b246e9f751438fe28edf89757483f1fd7c54a87f.tar.gz nx-libs-b246e9f751438fe28edf89757483f1fd7c54a87f.tar.bz2 nx-libs-b246e9f751438fe28edf89757483f1fd7c54a87f.zip |
Dropping empty override rules for quilt patch from /debian/rules.
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 6 |
2 files changed, 1 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index b36c27341..0fb228069 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ nx-libs (2:3.5.0.16-0) UNRELEASED; urgency=low if NX gets installed via the tarball installation method. * Modify patch: 001_add-main-makefile.full+lite.patch. Add uninstall routine. + * Dropping empty override rules for quilt patch from /debian/rules. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 21 Sep 2012 10:06:54 +0200 diff --git a/debian/rules b/debian/rules index 36401ef55..f88f0a70b 100755 --- a/debian/rules +++ b/debian/rules @@ -32,12 +32,6 @@ override_dh_auto_build: override_dh_auto_install: -override_dh_quilt_patch: - dh_quilt_patch - -override_dh_quilt_unpatch: - dh_quilt_unpatch - #override_dh_strip: # dh_strip -plibnx-x11 --dbg-package=libnx-x11-dbg # dh_strip -plibxcomp3 --dbg-package=libxcomp-dbg |