fix conflict && debian error
This commit is contained in:
parent
4b46a52c92
commit
2e09adefdb
|
@ -23,6 +23,7 @@ Rules-Requires-Root: no
|
||||||
Homepage: https://github.com/ukui/kylin-nm
|
Homepage: https://github.com/ukui/kylin-nm
|
||||||
Vcs-Git: https://github.com/ukui/kylin-nm.git
|
Vcs-Git: https://github.com/ukui/kylin-nm.git
|
||||||
Vcs-Browser: https://github.com/ukui/kylin-nm
|
Vcs-Browser: https://github.com/ukui/kylin-nm
|
||||||
|
|
||||||
Package: kylin-nm
|
Package: kylin-nm
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: network-manager (>=1.2.6),
|
Depends: network-manager (>=1.2.6),
|
||||||
|
|
|
@ -30,5 +30,5 @@ override_dh_auto_build:
|
||||||
dh_auto_build -- $(MAKE_OPTS)
|
dh_auto_build -- $(MAKE_OPTS)
|
||||||
|
|
||||||
override_dh_shlibdeps:
|
override_dh_shlibdeps:
|
||||||
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
|
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
|
||||||
|
|
||||||
|
|
|
@ -129,9 +129,9 @@ private:
|
||||||
private slots:
|
private slots:
|
||||||
void on_btnConfirm_clicked();
|
void on_btnConfirm_clicked();
|
||||||
void on_btnForget_clicked();
|
void on_btnForget_clicked();
|
||||||
|
void onPaletteChanged();
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void detailPageClose(bool on);
|
void detailPageClose(bool on);
|
||||||
void onPaletteChanged();
|
|
||||||
};
|
};
|
||||||
#endif // NETDETAIL_H
|
#endif // NETDETAIL_H
|
||||||
|
|
Loading…
Reference in New Issue