diff options
| author | Martin Pitt <martin.pitt@canonical.com> | 2010-01-12 17:25:16 +0100 |
|---|---|---|
| committer | Martin Pitt <martin.pitt@canonical.com> | 2010-01-12 17:25:16 +0100 |
| commit | 3f9c3ab865d7a769aec268d679cba36a8af237a4 (patch) | |
| tree | c3208c04bc86f6ca14debcb655721338ba9ce5e1 | |
| parent | 535d9dd1b4b091e509bf3dd89197b67cdd985153 (diff) | |
debian/rules: Force an epoch on the transitional netbook-launcher package,
since the original package has a higher version. (bzr r55.3.12)
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rwxr-xr-x | debian/rules | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e496ab142..02960a390 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ unity (0.1.5+r62) UNRELEASED; urgency=low conffile on upgrade. * debian/rules: Don't generate shlibs/maintainer script code for private shared libraries. + * debian/rules: Force an epoch on the transitional netbook-launcher package, + since the original package has a higher version. -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 12 Jan 2010 16:03:16 +0100 diff --git a/debian/rules b/debian/rules index dd22f11f6..52a1f35c9 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,7 @@ include /usr/share/cdbs/1/class/autotools.mk DEB_CONFIGURE_SCRIPT = $(CURDIR)/autogen.sh DEB_DH_MAKESHLIBS_ARGS = -Xusr/lib/mutter/plugins/ +DEB_DH_GENCONTROL_ARGS_netbook-launcher = -v1:$(DEB_VERSION) # List any files which are not installed include /usr/share/cdbs/1/rules/utils.mk |
